Skip to content

Commit

Permalink
fix(documentation): spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
HQarroum committed Feb 7, 2024
1 parent 772132e commit f92b348
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .cspell/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,5 @@ feedparser
onezone
denoising
synergize
virtualenv
uvicorn
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ You can now access the web interface by visiting [http://localhost:8000](http://

You can prompt the search with keywords or sentences that will be used to perform a semantic search on the documents indexed by the pipeline in OpenSearch. The example displays a list of unique documents that best match the query.

> 💁 Note that this example does not filter out documents below a certain similary score, it only displays a Top 20 ranking of the most relevant documents.
> 💁 Note that this example does not filter out documents below a certain similarity score, it only displays a Top 20 ranking of the most relevant documents.
<br />
<p align="center">
Expand Down

0 comments on commit f92b348

Please sign in to comment.