Find answers from the community

Home
Members
10secstoabruptchaos
1
10secstoabruptchaos
Offline, last seen 3 months ago
Joined September 25, 2024
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?
2 comments
1
W