You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced/document-store/qdrant.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ The following configs can be set:
80
80
|`n_dim`| Number of dimensions of embeddings to be stored and retrieved |**This is always required**|
81
81
|`collection_name`| Qdrant collection name client |**Random collection name generated**|
82
82
|`host`| Hostname of the Qdrant server | 'localhost' |
83
-
|`port`|[port of the Qdrant server | 6333 |
83
+
|`port`| port of the Qdrant server | 6333 |
84
84
|`distance`| Distance metric to be used during search. Can be 'cosine', 'dot' or 'euclidean' | 'cosine' |
85
85
|`scroll_batch_size`| batch size used when scrolling over the storage | 64 |
86
86
|`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*|
0 commit comments