#RetrieveUserProxyAgent Error

2 messages · Page 1 of 1 (latest)

candid python
#

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

late umbra
#

This was fixed in a recent commit. If they haven’t cut a new release yet, you can install from source. Clone autogen, run python setup.py install from the cloned autogen folder.