Find answers from the community

Updated 2 months ago

This is not clear from the documentation

This is not clear from the documentation, but when we add a document to the index, does that get automatically added to the vector db (I'm assuming yes from the way things are set up but good to ask) ? What about deletion and refresh ?
W
o
11 comments
Yes it gets added to the index and if you are using vector_store then it will get reflected there as well
And same goes for refresh and deletion
Nice so all I need to do is manage the index
And the vector store gets automatically updated
And CRUD can be done through index
That’s what I thought as well
As the as_retriver() method actually gets the vector_store and makes it an index
When I thought it took a hash
@Logan M would be great to have an ipython notebook with the proper way to manage crud and data vector stores in your mind. At the moment I’d reckon I’m just fucking around
As much as everything is super structured everything is in a vector store
Add a reply
Sign up and join the conversation on Discord