-
Notifications
You must be signed in to change notification settings - Fork 21
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
Creating collection fails with ChromaDB >v0.6.2 #192
Comments
I'm also seeing this error, chroma 0.6.3, installed locally as a python package |
perhaps to do with this post? |
@chrisbward, @mempirate the issue is with a bug in Chroma - chroma-core/chroma#3514 The API v1 is still supported but will be phased out in the future. I'm working on releasing the v2 support very soon. |
I've managed to install 0.6.2 via pip, working well - API is set to v1 for this version
|
use this can solve the problem . thanks |
Context
I'm testing out Chroma-go with a Chroma DB 0.6.3 server running in docker. Compose setup is shown below.
When creating a collection like so:
The following error is printed:
From the container logs, it seems that
GET /api/v1/tenants/default_tenant
call fails:Is this expected, maybe because of API deprecation? It doesn't happen in v0.6.2.
Docker Compose
The text was updated successfully, but these errors were encountered: