Currently the add_documents method drops all collections before recreating them and importing the documents. This requires all documents to be provided to the add_documents method whenever calling it which makes the update latency grow with the amount of documents.
Instead, it would be great if there would be a way to update the knowledge base incrementally.
Currently the
add_documentsmethod drops all collections before recreating them and importing the documents. This requires all documents to be provided to theadd_documentsmethod whenever calling it which makes the update latency grow with the amount of documents.Instead, it would be great if there would be a way to update the knowledge base incrementally.