Added support for inline filtering with IVFFlat

This commit is contained in:
Andrew Kane
2024-10-10 17:07:47 -07:00
parent 48fe70c219
commit 116501f062
8 changed files with 262 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
## 0.8.0 (unreleased)
- Added support for inline filtering with IVFFlat
- Added casts for arrays to `sparsevec`
- Improved cost estimation
- Improved performance of HNSW inserts and on-disk index builds