Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

New docs version #159

Merged
merged 9 commits into from
Sep 23, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
missing )
  • Loading branch information
PiffPaffM committed Sep 23, 2021
commit 832a1f5ae2e862ee0905b6c92211614c41e6b5ad
2 changes: 1 addition & 1 deletion docs/latest/components/document_store.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ The Document Stores have different characteristics. You should choose one depend
<ul>
<li>Fast & accurate dense retrieval</li>
<li>Highly scalable due to approximate nearest neighbour algorithms (ANN)</li>
<li>Many options to tune dense retrieval via different index types (more info <a href="https://github.com/facebookresearch/faiss/wiki/Guidelines-to-choose-an-index">here</a></li>
<li>Many options to tune dense retrieval via different index types (more info <a href="https://github.com/facebookresearch/faiss/wiki/Guidelines-to-choose-an-index">here</a>)</li>
</ul>
<strong>Cons:</strong>
<ul>
Expand Down