Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CLN] Cleanup frontend after query pushdown (#3291)
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Remove `Grpc*Segment` implementation in frontend, since they are no longer used after query pushdown - Remove `test_version_mismatch.py` and corresponding exception handling in distributed executor, since we no longer have version mismatch after passing the full collection and segment information form frontend - Add a few tests in `test_protobuf_translation.py` to test translation for collection and segment information - New functionality - N/A ## Test plan *How are these changes tested?* - [ ] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test` for rust ## Documentation Changes *Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the [docs repository](https://github.com/chroma-core/docs)?* N/A
- Loading branch information