Skip to content

Commit

Permalink
Update title in vectors.md and add place holder for synonyms README (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavdangeti authored Jan 6, 2025
1 parent 2c696d8 commit 2ef6286
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/synonyms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Synonyms search

* *v2.5.0* (and after) will come with support for **synonyms definitions indexing and search**.
3 changes: 2 additions & 1 deletion docs/vectors.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [email protected]+
# 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.
Expand All @@ -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

Expand Down

0 comments on commit 2ef6286

Please sign in to comment.