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
fix link
  • Loading branch information
PiffPaffM committed Sep 23, 2021
commit 7ffdaa11b8ce174cda7cacaa34a5cc5ebfa89c47
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 [here](https://github.com/facebookresearch/faiss/wiki/Guidelines-to-choose-an-index))</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