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?