Jeff Huber

Results 291 comments of Jeff Huber

Completed with Chroma `0.4` - we dropped `duckdb`

@shivamatkearney thanks for reporting this! What version of Windows are you running? What version of Python? Thank you!

@druskacik thanks for this! can you write a test for this?

Closing this because it is very stale, but we will address this. Issue to track https://github.com/chroma-core/chroma/issues/520

@Tanzengeist we are prioritizing this and will followup later today

@specter119 yes in two ways. 1. the default bundling will be switched to the trimmed down ONNX model https://github.com/chroma-core/chroma/pull/267 2. we will ship a client-only build of chroma as a...

Good to know, im glad we are removing that. Langchain by default uses the in-memory version of chroma which is more of a library than a client or a server.

`chroma-client` fixed this. https://pypi.org/project/chromadb-client/ I think for most users

@transitive-bullshit this is really great, thanks for writing this up! Here is a quick set of reactions > remove axios 🫡 great! > keyword based arguments we have been discussing...

@transitive-bullshit do you think its better to support named and positional args (non-breaking change) or hard break change over to named? Not sure what the std convention is here in...