Skip to content

Empty Embeddings propertie when returning from Indexing a document #21119 #21121

Answered by dosubot bot
jabrPromtior asked this question in Q&A
Discussion options

You must be logged in to vote

Since you've confirmed that embedding generation works correctly outside the index function and the API call to AzureOpenAIEmbeddings returns a 200 OK, the issue likely lies in how these embeddings are handled or stored by the index function within the Chroma vector store. The index function is designed to automate the process of storing documents and their embeddings, but if embeddings are coming back as null, it suggests a disconnect between the generation of embeddings and their storage.

Given that you're not directly managing the logic for storing embeddings and that the embedding generation is confirmed to be working, the next steps involve looking into how the index function integr…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jabrPromtior
Comment options

@dosubot
Comment options

Answer selected by jabrPromtior
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant