Skip to content

Commit

Permalink
Change k-NN Faiss example method to IVF (#5320)
Browse files Browse the repository at this point in the history
Signed-off-by: Fanit Kolchina <[email protected]>
(cherry picked from commit 238109a)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Oct 19, 2023
1 parent 85539ae commit 0ada5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _search-plugins/knn/knn-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ An example method definition that specifies an encoder may look something like t

```json
"method": {
"name":"hnsw",
"name":"ivf",
"engine":"faiss",
"parameters":{
"encoder":{
Expand Down

0 comments on commit 0ada5b6

Please sign in to comment.