Bump github.com/blevesearch/bleve/v2 from 2.4.3 to 2.4.4

Bumps [github.com/blevesearch/bleve/v2](https://github.com/blevesearch/bleve) from 2.4.3 to 2.4.4.
- [Release notes](https://github.com/blevesearch/bleve/releases)
- [Commits](https://github.com/blevesearch/bleve/compare/v2.4.3...v2.4.4)

---
updated-dependencies:
- dependency-name: github.com/blevesearch/bleve/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-01-28 14:28:33 +00:00
committed by GitHub
parent 9cf6275adb
commit 85c65b730d
6 changed files with 36 additions and 28 deletions
-3
View File
@@ -72,9 +72,6 @@ func NewSearchParamsIVF(idx Index, params json.RawMessage, sel *C.FaissIDSelecto
nprobe = int(C.faiss_IndexIVF_nprobe(ivfIdx))
nvecs := idx.Ntotal()
if defaultParams.Nvecs > 0 {
nvecs = int64(defaultParams.Nvecs)
}
if defaultParams.Nlist > 0 {
nlist = defaultParams.Nlist
}