Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENH] Add Segment Interfaces (#1853)
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Adds an interface type for segments. We can add flush etc here in the future. I will move hnsw to use this in a stacked PR. - New functionality - None. ## Test plan *How are these changes tested?* No logical changes. These are just interfaces. - [x] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test` for rust ## Documentation Changes None
- Loading branch information