Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
tfeher committed Sep 18, 2023
1 parent 1a77c7c commit ee99939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/ivf_flat_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
"id": "89ba2eaa-4c85-4e1c-b07c-920394e55dce",
"metadata": {},
"source": [
"It is recommended to reuse devece recosources accross multiple invacations of search. "
"It is recommended to reuse devece recosources across multiple invacations of search. "
]
},
{
Expand Down Expand Up @@ -419,7 +419,7 @@
"metadata": {},
"source": [
"## Tune search parameters\n",
"Search has a single hyper parameter: `n_probes`, which describes how many neighboring cluster is searched (probed) for each query. Within a probed cluster, the distance is computed between all the vectors in the cluster and the query point, and the top-k neighbors are selected. Finally, the top-k neighobrs are selected from all the neighbor candidates from the probed clusters.\n",
"Search has a single hyper parameter: `n_probes`, which describes how many neighboring cluster is searched (probed) for each query. Within a probed cluster, the distance is computed between all the vectors in the cluster and the query point, and the top-k neighbors are selected. Finally, the top-k neighbors are selected from all the neighbor candidates from the probed clusters.\n",
"\n",
"Let's see how search accuracy and latency changes when we change the `n_probes` parameter."
]
Expand Down

0 comments on commit ee99939

Please sign in to comment.