Hammad Bashir

Results 152 comments of Hammad Bashir

Approved pending comments!

Hi - I believe this is a confusing error message from the server. Technically, embedding functions only ever run on the client right now. server-side embedding functions are yet to...

Re opening this as we should clean up the confusing error message!

Are you running your server with multiple workers (threads/processes)?

By default the docker-compose sets workers to 1, as chromadb is not thread-safe. Can you try with workers=1. We are working on a refactor to make Chroma threadsafe and production...

I will look into this today. I think there are two things going on: 1. chroma is not thread-safe as is chroma is really a single-process db. We are actively...

Closing as resolved - thread safety and persistence issues were addressed in v0.4 release.

Closing this in favor of the stack https://github.com/chroma-core/chroma/pull/2843 https://github.com/chroma-core/chroma/pull/2842 https://github.com/chroma-core/chroma/pull/2839 https://github.com/chroma-core/chroma/pull/2831 https://github.com/chroma-core/chroma/pull/2827 https://github.com/chroma-core/chroma/pull/2826 This implementation was improved in several ways: - Added testing - Added custom error type for maintainability...

Also are you pip installing chromadb or chromadb-client?