Find answers from the community

Home
Members
Shrikar
S
Shrikar
Offline, last seen 3 months ago
Joined September 25, 2024
Folks I have using PGVector as the vector store for llama index. However when add/refresh documents a new row is create in the table ? Why is that? I was under the impression that if the content is the same, and the ids are the same new embeddings won't be created and now new rows will be created in the postgres database
15 comments
S
L
I have a question regarding llama index and pg vectors. Let's say I have index created with the document (ex paul graham essary). Let say a few file is created now I have 2 documents 1 for paul graham and 2nd is for Naval. How do I make sure that only the Naval document is indexed into pg vector and not paul graham? Currently its creating new rows
1 comment
S