Skip to content

Commit 393e7de

Browse files
committed
docs: remove extra character
1 parent 4c18b53 commit 393e7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/document-store/qdrant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The following configs can be set:
8080
| `n_dim` | Number of dimensions of embeddings to be stored and retrieved | **This is always required** |
8181
| `collection_name` | Qdrant collection name client | **Random collection name generated** |
8282
| `host` | Hostname of the Qdrant server | 'localhost' |
83-
| `port` | [port of the Qdrant server | 6333 |
83+
| `port` | port of the Qdrant server | 6333 |
8484
| `distance` | Distance metric to be used during search. Can be 'cosine', 'dot' or 'euclidean' | 'cosine' |
8585
| `scroll_batch_size` | batch size used when scrolling over the storage | 64 |
8686
| `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

Comments
 (0)