solvek
solvek
I am having the same error on Ubuntu :(
I have the most recent version 0.27.0
Tried this command > `gcloud run services update SERVICE --port PORT`, where `SERVICE` is the name of your running service and `PORT` is what you want gcloud to forward requests...
It seems I managed to sort this out. I am going to document how to deploy chroma server as a Google Cloud Run Service and how to connect to it...
`ALLOW_RESET=TRUE` on server side helped me. Thanks. Another strange issue is I am getting in logs warnings about deprecated configuration (and telemetry btw): ``` 2023-11-28 17:47:46.927 EET Failed to send...
And the 3rd issue I have an error: `Task #0, Attempt #0 failed: You must provide an embedding function to compute embeddings.https://docs.trychroma.com/embeddings` However I am providing embedding function as you...
Chroma client version is 0.4.18 Even thoght I am setting embedding function I am getting error when I add data to my collection. (On production I will use Palm2 however...
Additional information: It seems I am having all these issues because I am user `chromadb-client` package instead of `chromadb`. `chromadb` does not work on the cloud job at all. Described...
I do not have a Dockerfile. I am building the container from python code. This is my `requirements.txt`: ``` opentelemetry-sdk opentelemetry-exporter-otlp chromadb-client ``` I tried also to run the client...
With `chromadb-client==0.4.18.dev0` still getting that error with embeddings