Find answers from the community

Updated 2 months ago

Hey, can someone share how an index is

Hey, can someone share how an index is updated with new nodes/embeddings? I am not able to find the docs for this.
W
1 comment
If you have created nodes, then simply just do
Plain Text
documents = [] # newly created docs
for doc in documents:
  index.insert(doc)

https://docs.llamaindex.ai/en/stable/module_guides/indexing/document_management.html#insertion
Add a reply
Sign up and join the conversation on Discord