itaismith
itaismith
## Description of changes WIP ## Test plan - [ ] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test` for rust ## Documentation Changes WIP
## Description of changes Adding a manually triggered Github Action workflow for uploading releases to Test PyPi. This should allow us to debug any issues with PyPi when releases break....
## Description of changes The `Collection.delete` API seemingly returns None, but our internal implementation returns a list of the IDs that were deleted. This PR makes all `delete` implementations return...
## Description of changes * Prototype for a new docs project. * Unified design with trychroma.com * Using NextJS 14 and app router. * Markdown management with Markdocs, but using...
The `Collection.delete` API seemingly returns `None`, but our internal implementation returns a list of the IDs that were deleted. These should also return `None` for consistency.
We want to add a page where we can update users on known issues.
Release Chroma v0.6.2 and JS-Client 1.10.2
### Describe the problem This issue tracks the feature request to significantly improve the string filtering capabilities within Chroma's metadata. Currently, string filtering is limited to basic equality checks, which...