chroma
chroma copied to clipboard
Bug: querying collection when no data added causes crash
trivial example is
- https://colab.research.google.com/drive/1QEzFyqnoFxq7LUGyP1vzR4iLt9PpCDXv?usp=sharing#scrollTo=64dWyeEdKAX9
- comment out
collection.add - run all cells

could be close cousin/combined with #342
I wrote a test for querying empty collection and it fails in the same exact way
Here is a PR with a simple fix: https://github.com/chroma-core/chroma/pull/416
Closed by #576