Hammad Bashir

Results 37 comments of Hammad Bashir

> However, moving MGI initialization before the SingleThreadedExecutor does the trick for me This works for me as well

I can't seem to add labels but this is a feature request. If there is interest I can submit a PR :)

#386 does not intersect with this, as this tests different python versions and that tests different chroma versions. That said, we are adding back multiple python version testing - which...

Hi ! Technically speaking, boolean filtering is not supported. The supported types are str, int, float. https://github.com/chroma-core/chroma/blob/25e2cffbfe547cc044186d4d5f4b659878a53e43/chromadb/api/types.py#L24 Could you try casting your data and using that? (i.e maybe use 0/1...

Any progress on this - would love to use chroma with autogpt?

This doesn't show when I use chroma run and manually hardcode to a lower version.

What is your file limit? Can you run ulimit -n and report back the value if you are on a Unix system? Chroma requires a high fd limit and the...

That is odd, can you show the output for which files are being opened? What platform are you on?

Hey @mileszim this is marked as draft but is it ready to be reviewed + merged?