-
Notifications
You must be signed in to change notification settings - Fork 1.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
[Bug]: Chroma HTTP Client mode #2926
Comments
@dhruv1707, can you check which chroma package you have installed? pip show chromadb it should show something like this: Name: chromadb
Version: 0.5.12
Summary: Chroma.
Home-page: https://github.com/chroma-core/chroma
Author:
Author-email: Jeff Huber <[email protected]>, Anton Troynikov <[email protected]>
License: |
@tazarov this is what it gives me: I think its the same version :) |
Thanks for confirming @dhruv1707, I'll test a few things and comeback. In the meantime can you try and leave only |
Nope still the same @tazarov :( |
@tazarov any updates? |
@dhruv1707, can you check if you have this env var set Also check if you have the http client: pip show chromadb-client
|
@tazarov no idt i have the "chroma_api_impl" env var set anywhere. |
@dhruv1707, now try to reinstall Chroma core package: pip install chromadb==0.5.13 I think the issue was that you had a mixed-up up virtualenv. |
@tazarov thanks a ton! It's working now :) |
@dhruv1707, excellent! Just for posteriority purposes, let me ask this - did you first install |
What happened?
For some reason my Chroma keeps getting reset to HTTP client mode even though I clearly create a PersistantClient instance?
Here's the code i use:
client = chromadb.PersistentClient(path=CHROMA_DATA_PATH, settings=Settings(),
tenant=DEFAULT_TENANT,
database=DEFAULT_DATABASE,)
Would appreciate some help! :)
Versions
Chroma v0.5.12, Python v3.9.6, OS: 14.4 (23E214) (Mac)
Relevant log output
The text was updated successfully, but these errors were encountered: