Hi everyone,
I’m currently working on a project that involves using a vector database in conjunction with a file search mechanism to manage and update a custom knowledge base. I’m a bit unclear on the best practices for updating the files within the knowledge base. Specifically, I would like to know:
- How should I approach updating individual files or records within the vector database to ensure consistency?
- If I have a file that has been updated, how should I upload the new file, especially when the update only includes a small section stating that “XXXX has been updated into …”?
Sometimes, after uploading such an updated file, the model continues to provide the old information instead of recognizing the update. I’m wondering:
- Does this issue relate to the file name or the content within the file?
- Are there specific keywords or instructions that need to be included in the assistant’s prompt to ensure it understands that it should reference the new information from the updated file?
- Or there are something else that I should notice?
Any advice or pointers to documentation would be greatly appreciated!
Thanks!