From f5c343ab1071a4dbc7cf798fe67caf9147b8d909 Mon Sep 17 00:00:00 2001 From: Abhinav Dangeti Date: Wed, 12 Jun 2024 12:54:38 -0600 Subject: [PATCH] MB-62221: Upgrade go-faiss Brings in: * 7531ec8 Rahul Rampure | MB-62221: Fix platform specific behaviour --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 897fb05c..a421086a 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/RoaringBitmap/roaring v1.9.3 github.com/blevesearch/bleve_index_api v1.1.9 - github.com/blevesearch/go-faiss v1.0.17 + github.com/blevesearch/go-faiss v1.0.18 github.com/blevesearch/mmap-go v1.0.4 github.com/blevesearch/scorch_segment_api/v2 v2.2.14 github.com/blevesearch/vellum v1.0.10 diff --git a/go.sum b/go.sum index 4f353f90..95631f2b 100644 --- a/go.sum +++ b/go.sum @@ -4,8 +4,8 @@ github.com/bits-and-blooms/bitset v1.12.0 h1:U/q1fAF7xXRhFCrhROzIfffYnu+dlS38vCZ github.com/bits-and-blooms/bitset v1.12.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8= github.com/blevesearch/bleve_index_api v1.1.9 h1:Cpq0Lp3As0Gfk3+PmcoNDRKeI50C5yuFNpj0YlN/bOE= github.com/blevesearch/bleve_index_api v1.1.9/go.mod h1:PbcwjIcRmjhGbkS/lJCpfgVSMROV6TRubGGAODaK1W8= -github.com/blevesearch/go-faiss v1.0.17 h1:NQj0bvDPE4KLD+i5WAcbzYoOjdCm75lR6joY+6cHneM= -github.com/blevesearch/go-faiss v1.0.17/go.mod h1:jrxHrbl42X/RnDPI+wBoZU8joxxuRwedrxqswQ3xfU8= +github.com/blevesearch/go-faiss v1.0.18 h1:eOsFO5td+hE2c2EY2/74GoiPKq79dwQfBNjLGog3Bis= +github.com/blevesearch/go-faiss v1.0.18/go.mod h1:jrxHrbl42X/RnDPI+wBoZU8joxxuRwedrxqswQ3xfU8= github.com/blevesearch/mmap-go v1.0.4 h1:OVhDhT5B/M1HNPpYPBKIEJaD0F3Si+CrEKULGCDPWmc= github.com/blevesearch/mmap-go v1.0.4/go.mod h1:EWmEAOmdAS9z/pi/+Toxu99DnsbhG1TIxUoRmJw/pSs= github.com/blevesearch/scorch_segment_api/v2 v2.2.14 h1:fgMLMpGWR7u2TdRm7XSZVWhPvMAcdYHh25Lq1fQ6Fjo=