Find answers from the community

Updated 9 months ago

Why does llama calls OpenAI embeddings

Why does llama calls OpenAI embeddings API when creating inserting/creating into VectorStoreIndex, but the embeddings are not there in nodes/documents.

So why is it calling it?
L
s
7 comments
The embeddings are in the vector store
but in docstore it says like this
Attachment
image.png
is it normal?
embedding -> null
Yea thats the docstore
No need to duplicate embedding data when its in the vector store already
Oh okay thanks
Add a reply
Sign up and join the conversation on Discord