Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up some of the kNN code, removing unused paths (#110972)
These `float[]` functions were only used by tests. Instead we should use the `VectorData` abstraction. Additionally, this updates our internal abstractions to take advantage of our vector index type enumerations. This unifies and simplifies validation logic, etc.
- Loading branch information