diff --git a/docs/synonyms.md b/docs/synonyms.md new file mode 100644 index 000000000..20c523c57 --- /dev/null +++ b/docs/synonyms.md @@ -0,0 +1,3 @@ +# Synonyms search + +* *v2.5.0* (and after) will come with support for **synonyms definitions indexing and search**. diff --git a/docs/vectors.md b/docs/vectors.md index 7a966fadf..8062159d5 100644 --- a/docs/vectors.md +++ b/docs/vectors.md @@ -1,4 +1,4 @@ -# bleve@v2.4.0+ +# Nearest neighbor (vector) search * *v2.4.0* (and after) will come with support for **vectors' indexing and search**. * We've achieved this by embedding [FAISS](https://github.com/facebookresearch/faiss) indexes within our bleve (scorch) indexes. @@ -15,6 +15,7 @@ * *v2.4.1* requires [blevesearch/faiss@d9db66a3](https://github.com/blevesearch/faiss/tree/d9db66a38518d99eb334218697e1df0732f3fdf8) (modified v1.7.4) * *v2.4.2* requires [blevesearch/faiss@d9db66a3](https://github.com/blevesearch/faiss/tree/d9db66a38518d99eb334218697e1df0732f3fdf8) (modified v1.7.4) * *v2.4.3* requires [blevesearch/faiss@b747c55a](https://github.com/blevesearch/faiss/tree/b747c55a93a9627039c34d44b081f375dca94e57) (modified v1.8.0) + * *v2.4.4* requires [blevesearch/faiss@b747c55a](https://github.com/blevesearch/faiss/tree/b747c55a93a9627039c34d44b081f375dca94e57) (modified v1.8.0) ## Supported