Find answers from the community

Home
Members
John Esther
J
John Esther
Offline, last seen 3 months ago
Joined September 25, 2024
I am working with llama index to convert a sql database to pinecone vector database. How do I ensure that when am adding the row data to index , I drop duplicates for rows already in the vector store? The Sql database is frequently updated.
5 comments
L
J
lets say I have a vector_store_index of keywords like (goat, sheep, cow, iron, zinc, copper, iron sheets etc), how do I use Llama index to return the main keywords related to say a new word like 'donkey' and their similarity score using cosine?
1 comment
L