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:
-3
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user