Please ask whether the document data supports increment? #174
-
If my document continues to grow, is there a way to increment the vector data instead of reloading it each time?🤔 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Hi @xiaolibuzai-ovo, Could you please clarify if you're asking about incrementally updating the vector data in the Best, |
Beta Was this translation helpful? Give feedback.
-
Absolutely, Here's how it works:
By using the same |
Beta Was this translation helpful? Give feedback.
-
And at the end, you con just use |
Beta Was this translation helpful? Give feedback.
Absolutely,
autollm
supports incremental updates of your document store using LanceDB. When you process your first set of documents, they are stored in the LanceDB vector store, which by default creates a.lancedb
directory in your current working directory.Here's how it works:
First Set of Documents:
Adding More Documents: