Anton Troynikov
Anton Troynikov
I too have this error.
@aaronsteers, `upsert` and additional validations are currently in progress. We're updating our test suite to make those changes robust, coming soon!
@Bardia95 this is currently blocked on me, we're refactoring some internal chroma stuff before going ahead @csvoss, we might want to move this into draft until that lands, expected in...
This should be deprecated in favor of https://github.com/openai/chatgpt-retrieval-plugin/pull/232
We're landing a fix for that shortly: https://github.com/chroma-core/chroma/pull/267 This will eliminate that entire dependency tree - the reason it currently exists is that chroma uses local sentence transformer embeddings by...
The fix has landed - the dependencies which were causing the image to balloon are gone. Thanks for bearing with us! https://github.com/chroma-core/chroma/pull/267
Hi @nablabits, happy for you to take a crack at it. Please add me as a reviewer on your PR when it's ready.
Hi @nablabits - this seems like the right approach to me. Another approach to producing clean self-contained changes might be to use stacked PRs with something like https://graphite.dev/ (we use...
@tazarov I'll take over review of this one, @nablabits and I have been working on it on https://github.com/chroma-core/chroma/issues/1965 and I've agreed to his approach (as you can see on the...
@nablabits How would we test the EFs which require API keys? How about the ones which require packages which are not installed? And what would this test beyond the implementation...