Skip to content
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

Trouble Configuring ChromaDB for chatgpt-retrieval-plugin #425

Open
HardCoding0417 opened this issue Feb 22, 2024 · 0 comments
Open

Trouble Configuring ChromaDB for chatgpt-retrieval-plugin #425

HardCoding0417 opened this issue Feb 22, 2024 · 0 comments

Comments

@HardCoding0417
Copy link

I attempted to set up a server for using the chatgpt-retrieval-plugin,
configuring the vector database to Chroma as per the instructions in the README.md

However, I encountered a failure in this process.
When I configured the server with Pinecone, it worked successfully.
But switching to Chroma led to the following error:

2024-02-22 13:08:16.597 | ERROR | server.main:query_main:104 - Number of requested results 0, cannot be negative, or zero.
INFO: 127.0.0.1:61763 - "POST /query HTTP/1.1" 500 Internal Server Error

It seems that the issue lies with datastore.query not returning any values,
indicating a possible problem with the database side.

how can I successfully build a server using Chroma?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant