Hammad Bashir
Hammad Bashir
This should be fixed in our next release this coming monday - we now wrap the EF langchain gives us. This PR needs to land - https://github.com/chroma-core/chroma/pull/1880
Clarification - is this the case of a single add() not checking for duplicates internal to a call, or separate adds each with the same id?
Hi @egils-mtx, I suspect this is due to a quirk of the HNSW algorithm, which is basically a greedy search through a graph. It essentially keeps a priority queue by...
We could do this by changing local_persistent_hnsw to expose a delete that doesn't need to load the segment.
Discussed offline: we can statically get_storage_folder and then delete if not loaded in the local segment_manager
* **#2075** * **#2066** đ * **#2052** * **#1964** * **#1963** * `main` This stack of pull requests is managed by Graphite. Learn more about stacking. Join @HammadB and the...
I think it may be nice to match the $contains syntax of the where_document clause. And @tazarov had been working on supporting $not. My main concern here is that without...
Hi @totalhack you can run chroma without clickhouse, thats not a _required_ path. Unfortunately we don't make the dependencies optional, is that what you are looking for? Once #267 lands,...
I agree, we should fix how this is handled. We will look into it - thanks for flagging.
Chroma-core/onnx-embeddingâs âcompare_onnx.pyâ runs two benchmarks to evaluate that the two models are equivalent. Would you prefer I turn it into a test? I didnât anticipate us ever touching this again...