-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Issue]: ragproxyagent always return InvalidCollectionException: Collection autogen-docs does not exist.
#3551
Comments
@inoue0426 - Coincidently I was trying the same (autogen RAG) around the time you posted the issue and I faced same issue too.
and usage of db path and collection name while creating agent
|
@vijaygill This works! Thanks. |
Hi @inoue0426 , @vijaygill ,thanks a lot for reporting the issue. It caused by an error type change inside chromadb. For now, you can also downgrade chromadb to |
@thinkall - Thanks! I am working on a POC application so this hack is working for me and I will revisit this part later. May be a new version with your PR might be already available by then! |
@thinkall Thanks! I will try to use it! |
Describe the issue
I am following this sample https://microsoft.github.io/autogen/blog/2023/10/18/RetrieveChat/ and it always return below error. Could you teach me how to resolve this?
[Sep 20] This also shows the same error. https://microsoft.github.io/autogen/docs/topics/retrieval_augmentation/
Steps to reproduce
Below is the code. This also happened with OPEN AI API.
Screenshots and logs
Additional Information
The text was updated successfully, but these errors were encountered: