mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-07 04:27:15 +00:00
Add Milvus to the retriever / document store table (#931)
This commit is contained in:
parent
55b7a820d4
commit
32050fdce3
@ -27,12 +27,12 @@ It is an tool for sifting out the obvious negative cases, saving the Reader from
|
||||
Note that not all Retrievers can be paired with every DocumentStore.
|
||||
Here are the combinations which are supported:
|
||||
|
||||
| | Memory | Elasticsearch | SQL | FAISS |
|
||||
| --- | --- | --- | ---- | ---- |
|
||||
| BM25 | N | Y | N | N |
|
||||
| TF-IDF | Y | Y | Y | N |
|
||||
| Embedding | Y | Y | N | Y |
|
||||
| DPR | Y | Y | N | Y |
|
||||
| | Memory | Elasticsearch | SQL | FAISS | Milvus |
|
||||
| --- | --- | --- | ---- | ---- | ---- |
|
||||
| BM25 | N | Y | N | N | N |
|
||||
| TF-IDF | Y | Y | Y | N | N |
|
||||
| Embedding | Y | Y | N | Y | Y |
|
||||
| DPR | Y | Y | N | Y | Y |
|
||||
|
||||
See [Optimization](/docs/latest/optimizationmd) for suggestions on how to choose top-k values.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user