Skip to content

Commit

Permalink
Change k-NN Faiss example method to IVF (#5320) (#5327)
Browse files Browse the repository at this point in the history
(cherry picked from commit 238109a)

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 05f2c22 commit 11f49b4
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 11f49b4

Please sign in to comment.