Indexing configuration
| Field | Type | Required | Description |
|---|---|---|---|
auth_method |
Optional[models.DestinationQdrantAuthenticationMethod] | ➖ | Method to authenticate with the Qdrant Instance |
collection |
str | ✔️ | The collection to load data into |
distance_metric |
Optional[models.DistanceMetric] | ➖ | The Distance metric used to measure similarities among vectors. This field is only used if the collection defined in the does not exist yet and is created automatically by the connector. |
prefer_grpc |
Optional[bool] | ➖ | Whether to prefer gRPC over HTTP. Set to true for Qdrant cloud clusters |
text_field |
Optional[str] | ➖ | The field in the payload that contains the embedded text |
url |
str | ✔️ | Public Endpoint of the Qdrant cluser |