Find answers from the community

Updated 2 months ago

I m trying to load some embeddings into

I'm trying to load some embeddings into a vector store, using LLamaIndex's QdrantVectorStore. The embeddings where created with Langchain some time ago and I'm having trouble loading them. It says that '"text" is not found', so it looks like a mapping issue (since the "text" is stored in "page_content" when using Langchain). How can I do the mapping?
W
1
2 comments
It will be better to create embedding again
Add a reply
Sign up and join the conversation on Discord