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

Chroma is running in http-only client mode, and can only be run with 'chromadb.api.fastapi.FastAPI' as the chroma_api_impl #2568

Closed
njhouse365 opened this issue Jul 24, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@njhouse365
Copy link

What happened?

Chroma is running in http-only client mode, and can only be run with 'chromadb.api.fastapi.FastAPI' as the chroma_api_impl

Versions

Chroma is running in http-only client mode, and can only be run with 'chromadb.api.fastapi.FastAPI' as the chroma_api_impl

Relevant log output

No response

@njhouse365 njhouse365 added the bug Something isn't working label Jul 24, 2024
@tazarov
Copy link
Contributor

tazarov commented Jul 24, 2024

@njhouse365, can you elaborate about your problem a little more?

Python-based Chroma exists in two packages:

  • Chroma core (pip install chromadb) - this package contains all deps and code to run Chroma as client (http or persistent) and a server
  • Chroma thin client (pip install chromadb-client) - this package contains only the http client dependencies and can only run in that mode (aka chroma_api_impl=chromadb.api.fastapi.FastAPI

@tazarov
Copy link
Contributor

tazarov commented Jul 24, 2024

@njhouse365, does this resolve your issue - #1291 (comment)

@njhouse365
Copy link
Author

yes it working tanks

@jeffchuber
Copy link
Contributor

closing as the issue has been resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants