Find answers from the community

Updated 8 months ago

How can i Delete my nodes inside of a

How can i Delete my nodes inside of a Index passing id_node
W
1 comment
Try with this:
Plain Text
index = VectorStoreIndex()
index.delete_nodes(node_ids=['node_ID'], delete_from_docstore=True)
Add a reply
Sign up and join the conversation on Discord