Hammad Bashir
Hammad Bashir
### What happened? We should have tests with people who import / integrate with chroma upstream - langchain, llama index etc ### Versions All ### Relevant log output _No response_
### What happened? Generic errors in the validation step aren't clearly reported ### Versions We should clearly report them ### Relevant log output _No response_
### Describe the problem Move from cloud formation to terraform as default deployment in docs ### Describe the proposed solution Use TF > CF ### Alternatives considered _No response_ ###...
### What happened? The memberlist manager reconciler does not buffer incoming writes. So on cluster startup or in flappy situations, it may issue more updates than needed, we should batch...
### What happened? Currently record metadata merges on update. Collection metadata gets updated. We should align these behaviors to both merge. ### Versions Chroma 0.4.14 ### Relevant log output _No...
### What happened? The notebooks in example/ cannot be run without installing chromadb since chromadb is not in path. We should make it so that the example notebooks can be...
### Describe the problem It is hard to know the rate of progress of chroma batch adds. ### Describe the proposed solution We should show a tqdm-like progress ### Alternatives...
Right now, we have no test that exercises a state machine that performs data manipulation over multiple collections.
Hypothesis found a failing case we should fix. https://github.com/chroma-core/chroma/commit/c1eccaa67250a64236f83611065ce4dfddd61ed4.
In several places in our code, we have run into bugs where we rely on the falsy-ness of a type or accidentally rely on it. We should add a linter...