Hammad Bashir

Results 147 comments of Hammad Bashir

We can prioritize this for our next release. @tazarov would you mind TAL at the PR in question?

Thank you! We'd just want a GitHub action that fails if they are out of sync

> wondering if you considered using something like [linkerd](https://kubernetes.io/blog/2018/11/07/grpc-load-balancing-on-kubernetes-without-tears/) instead? Hah. It crossed my mind, way more involved. This gets the job done.

Thanks for reporting, we're putting priority behind this on our end. Will post here when we have an update.

Do you have a stack trace or any output?

Hmm, I wonder if this is due to a chroma-hnswlib version mismatch. Can you run `pip show chroma-hnswlib`? It should be 0.7.5 for chroma 0.5.4

https://github.com/chroma-core/chroma/blob/2ae46d2dcdea1e57914dc8a3c68181840452eecb/pyproject.toml#L20 It is set here, i am not sure how you updated but maybe something went wrong. Can you upgrade the dep and try again

I have confirmed that running with --no-binary (building from source) fixes this as a workaround. This points to an issue in the wheel build. Investigating further.