I got this error everytime.
....
Trying to create collection.
Collection natural-questions already exists.
doc_ids: [[]]
No more context, will terminate.
ragproxyagent (to assistant):
TERMINATE
And if i changed the client in retrieve_config to another path -->
"client": chromadb.PersistentClient(path="/tmp/chromadb/anotherName"),
It will get the following error:
Number of documents 34 must match number of ids 40000
Trying to create collection.
Found 34 chunks.
doc_ids: [[]]
No more context, will terminate.
Thanks for all the help