Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/advanced/document-store/qdrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The following configs can be set:
| `n_dim` | Number of dimensions of embeddings to be stored and retrieved | **This is always required** |
| `collection_name` | Qdrant collection name client | **Random collection name generated** |
| `host` | Hostname of the Qdrant server | 'localhost' |
| `port` | [port of the Qdrant server | 6333 |
| `port` | port of the Qdrant server | 6333 |
| `distance` | Distance metric to be used during search. Can be 'cosine', 'dot' or 'euclidean' | 'cosine' |
| `scroll_batch_size` | batch size used when scrolling over the storage | 64 |
| `ef_construct` | Number of neighbours to consider during the index building. Larger the value - more accurate the search, more time required to build index. | `None`, defaults to the default value in Qdrant* |
Expand Down