Skip to content

Commit

Permalink
Update docs/vectors.md for faiss version to use with v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavdangeti committed Aug 20, 2024
1 parent f7fea09 commit 052a89a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/vectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
* FAISS is a C++ library that needs to be compiled and it's shared libraries need to be situated at an accessible path for your application.
* A `vectors` GO TAG needs to be set for bleve to access all the supporting code. This TAG must be set only after the FAISS shared library is made available. Failure to do either will inhibit you from using this feature.
* Please follow these [instructions](#setup-instructions) below for any assistance in the area.
* Releases of `blevesearch/bleve` work with select checkpoints of `blevesearch/faiss` owing to API changes and improvements:
* Releases of `blevesearch/bleve` work with select checkpoints of `blevesearch/faiss` owing to API changes and improvements (tracking over the `bleve` branch):
* *v2.4.0* requires [blevesearch/faiss@7b119f4](https://github.com/blevesearch/faiss/tree/7b119f4b9c408989b696b36f8cc53908e53de6db) (modified v1.7.4)
* *v2.4.1* requires [blevesearch/faiss@d9db66a](https://github.com/blevesearch/faiss/tree/d9db66a38518d99eb334218697e1df0732f3fdf8) (modified v1.7.4)
* *v2.4.2* requires [blevesearch/faiss@d9db66a](https://github.com/blevesearch/faiss/tree/d9db66a38518d99eb334218697e1df0732f3fdf8) (modified v1.7.4)
* *v2.4.3* requires [blevesearch/faiss@5ab1ce0](https://github.com/blevesearch/faiss/tree/5ab1ce067475fde3753c5a765db68c679e6b3723) (modified v1.8.0)

## Supported

Expand Down

0 comments on commit 052a89a

Please sign in to comment.