Find answers from the community

Updated 2 months ago

Vector Store delete_nodes() NotImplemented

vector_db_service.index.delete_nodes([chunk_ids], True)
File "C:...\Python\Python311\Lib\site-packages\llama_index\core\indices\vector_store\base.py", line 349, in delete_nodes
self._vector_store.delete_nodes(node_ids, **delete_kwargs)
File "C:...\Python\Python311\Lib\site-packages\llama_index\core\vector_stores\types.py", line 385, in delete_nodes
raise NotImplementedError("delete_nodes not implemented")
NotImplementedError: delete_nodes not implemented

I just upgraded my llama_index main package with pip install --upgrade llama_index
Is it really not implemented or I am having some issue?
b
3 comments
I checked the code, it is implemented in QdrantVectorStore integration.. I guess the core/vector_store/types.py is flat out laying

I will removing the raise NotImplemented locally
ok problem was I didn't update my qdrant_vector_store 😦
Everything is fine now
Add a reply
Sign up and join the conversation on Discord