Skip to content
Merged
Show file tree
Hide file tree
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
17 changes: 11 additions & 6 deletions docs-website/reference/integrations-api/qdrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,9 @@ Asynchronously run the Sparse Embedding Retriever on the given input data.

### QdrantHybridRetriever

A component for retrieving documents from an QdrantDocumentStore using both dense and sparse vectors
and fusing the results using Reciprocal Rank Fusion.
A component for retrieving documents from a QdrantDocumentStore using both dense and sparse vectors.

Fuses the results using Reciprocal Rank Fusion.

Usage example:

Expand Down Expand Up @@ -550,8 +551,9 @@ Batch elements of an iterable into fixed-length chunks or blocks.

### QdrantDocumentStore

A QdrantDocumentStore implementation that you can use with any Qdrant instance: in-memory, disk-persisted,
Docker-based, and Qdrant Cloud Cluster deployments.
A QdrantDocumentStore implementation that you can use with any Qdrant instance.

Supports in-memory, disk-persisted, Docker-based, and Qdrant Cloud Cluster deployments.

Usage example by creating an in-memory instance:

Expand Down Expand Up @@ -736,6 +738,7 @@ write_documents(
```

Writes documents to Qdrant using the specified policy.

The QdrantDocumentStore can handle duplicate documents based on the given policy.
The available policies are:

Expand All @@ -761,6 +764,7 @@ write_documents_async(
```

Asynchronously writes documents to Qdrant using the specified policy.

The QdrantDocumentStore can handle duplicate documents based on the given policy.
The available policies are:

Expand Down Expand Up @@ -1042,8 +1046,9 @@ count_unique_metadata_by_filter_async(
) -> dict[str, int]
```

Asynchronously returns the number of unique values for each specified metadata field among documents that
match the filters.
Asynchronously returns the number of unique values for each specified metadata field among documents.

Only documents that match the filters are considered.

**Parameters:**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,9 @@ Asynchronously run the Sparse Embedding Retriever on the given input data.

### QdrantHybridRetriever

A component for retrieving documents from an QdrantDocumentStore using both dense and sparse vectors
and fusing the results using Reciprocal Rank Fusion.
A component for retrieving documents from a QdrantDocumentStore using both dense and sparse vectors.

Fuses the results using Reciprocal Rank Fusion.

Usage example:

Expand Down Expand Up @@ -550,8 +551,9 @@ Batch elements of an iterable into fixed-length chunks or blocks.

### QdrantDocumentStore

A QdrantDocumentStore implementation that you can use with any Qdrant instance: in-memory, disk-persisted,
Docker-based, and Qdrant Cloud Cluster deployments.
A QdrantDocumentStore implementation that you can use with any Qdrant instance.

Supports in-memory, disk-persisted, Docker-based, and Qdrant Cloud Cluster deployments.

Usage example by creating an in-memory instance:

Expand Down Expand Up @@ -736,6 +738,7 @@ write_documents(
```

Writes documents to Qdrant using the specified policy.

The QdrantDocumentStore can handle duplicate documents based on the given policy.
The available policies are:

Expand All @@ -761,6 +764,7 @@ write_documents_async(
```

Asynchronously writes documents to Qdrant using the specified policy.

The QdrantDocumentStore can handle duplicate documents based on the given policy.
The available policies are:

Expand Down Expand Up @@ -1042,8 +1046,9 @@ count_unique_metadata_by_filter_async(
) -> dict[str, int]
```

Asynchronously returns the number of unique values for each specified metadata field among documents that
match the filters.
Asynchronously returns the number of unique values for each specified metadata field among documents.

Only documents that match the filters are considered.

**Parameters:**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,9 @@ Asynchronously run the Sparse Embedding Retriever on the given input data.

### QdrantHybridRetriever

A component for retrieving documents from an QdrantDocumentStore using both dense and sparse vectors
and fusing the results using Reciprocal Rank Fusion.
A component for retrieving documents from a QdrantDocumentStore using both dense and sparse vectors.

Fuses the results using Reciprocal Rank Fusion.

Usage example:

Expand Down Expand Up @@ -550,8 +551,9 @@ Batch elements of an iterable into fixed-length chunks or blocks.

### QdrantDocumentStore

A QdrantDocumentStore implementation that you can use with any Qdrant instance: in-memory, disk-persisted,
Docker-based, and Qdrant Cloud Cluster deployments.
A QdrantDocumentStore implementation that you can use with any Qdrant instance.

Supports in-memory, disk-persisted, Docker-based, and Qdrant Cloud Cluster deployments.

Usage example by creating an in-memory instance:

Expand Down Expand Up @@ -736,6 +738,7 @@ write_documents(
```

Writes documents to Qdrant using the specified policy.

The QdrantDocumentStore can handle duplicate documents based on the given policy.
The available policies are:

Expand All @@ -761,6 +764,7 @@ write_documents_async(
```

Asynchronously writes documents to Qdrant using the specified policy.

The QdrantDocumentStore can handle duplicate documents based on the given policy.
The available policies are:

Expand Down Expand Up @@ -1042,8 +1046,9 @@ count_unique_metadata_by_filter_async(
) -> dict[str, int]
```

Asynchronously returns the number of unique values for each specified metadata field among documents that
match the filters.
Asynchronously returns the number of unique values for each specified metadata field among documents.

Only documents that match the filters are considered.

**Parameters:**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,9 @@ Asynchronously run the Sparse Embedding Retriever on the given input data.

### QdrantHybridRetriever

A component for retrieving documents from an QdrantDocumentStore using both dense and sparse vectors
and fusing the results using Reciprocal Rank Fusion.
A component for retrieving documents from a QdrantDocumentStore using both dense and sparse vectors.

Fuses the results using Reciprocal Rank Fusion.

Usage example:

Expand Down Expand Up @@ -550,8 +551,9 @@ Batch elements of an iterable into fixed-length chunks or blocks.

### QdrantDocumentStore

A QdrantDocumentStore implementation that you can use with any Qdrant instance: in-memory, disk-persisted,
Docker-based, and Qdrant Cloud Cluster deployments.
A QdrantDocumentStore implementation that you can use with any Qdrant instance.

Supports in-memory, disk-persisted, Docker-based, and Qdrant Cloud Cluster deployments.

Usage example by creating an in-memory instance:

Expand Down Expand Up @@ -736,6 +738,7 @@ write_documents(
```

Writes documents to Qdrant using the specified policy.

The QdrantDocumentStore can handle duplicate documents based on the given policy.
The available policies are:

Expand All @@ -761,6 +764,7 @@ write_documents_async(
```

Asynchronously writes documents to Qdrant using the specified policy.

The QdrantDocumentStore can handle duplicate documents based on the given policy.
The available policies are:

Expand Down Expand Up @@ -1042,8 +1046,9 @@ count_unique_metadata_by_filter_async(
) -> dict[str, int]
```

Asynchronously returns the number of unique values for each specified metadata field among documents that
match the filters.
Asynchronously returns the number of unique values for each specified metadata field among documents.

Only documents that match the filters are considered.

**Parameters:**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,9 @@ Asynchronously run the Sparse Embedding Retriever on the given input data.

### QdrantHybridRetriever

A component for retrieving documents from an QdrantDocumentStore using both dense and sparse vectors
and fusing the results using Reciprocal Rank Fusion.
A component for retrieving documents from a QdrantDocumentStore using both dense and sparse vectors.

Fuses the results using Reciprocal Rank Fusion.

Usage example:

Expand Down Expand Up @@ -550,8 +551,9 @@ Batch elements of an iterable into fixed-length chunks or blocks.

### QdrantDocumentStore

A QdrantDocumentStore implementation that you can use with any Qdrant instance: in-memory, disk-persisted,
Docker-based, and Qdrant Cloud Cluster deployments.
A QdrantDocumentStore implementation that you can use with any Qdrant instance.

Supports in-memory, disk-persisted, Docker-based, and Qdrant Cloud Cluster deployments.

Usage example by creating an in-memory instance:

Expand Down Expand Up @@ -736,6 +738,7 @@ write_documents(
```

Writes documents to Qdrant using the specified policy.

The QdrantDocumentStore can handle duplicate documents based on the given policy.
The available policies are:

Expand All @@ -761,6 +764,7 @@ write_documents_async(
```

Asynchronously writes documents to Qdrant using the specified policy.

The QdrantDocumentStore can handle duplicate documents based on the given policy.
The available policies are:

Expand Down Expand Up @@ -1042,8 +1046,9 @@ count_unique_metadata_by_filter_async(
) -> dict[str, int]
```

Asynchronously returns the number of unique values for each specified metadata field among documents that
match the filters.
Asynchronously returns the number of unique values for each specified metadata field among documents.

Only documents that match the filters are considered.

**Parameters:**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,9 @@ Asynchronously run the Sparse Embedding Retriever on the given input data.

### QdrantHybridRetriever

A component for retrieving documents from an QdrantDocumentStore using both dense and sparse vectors
and fusing the results using Reciprocal Rank Fusion.
A component for retrieving documents from a QdrantDocumentStore using both dense and sparse vectors.

Fuses the results using Reciprocal Rank Fusion.

Usage example:

Expand Down Expand Up @@ -550,8 +551,9 @@ Batch elements of an iterable into fixed-length chunks or blocks.

### QdrantDocumentStore

A QdrantDocumentStore implementation that you can use with any Qdrant instance: in-memory, disk-persisted,
Docker-based, and Qdrant Cloud Cluster deployments.
A QdrantDocumentStore implementation that you can use with any Qdrant instance.

Supports in-memory, disk-persisted, Docker-based, and Qdrant Cloud Cluster deployments.

Usage example by creating an in-memory instance:

Expand Down Expand Up @@ -736,6 +738,7 @@ write_documents(
```

Writes documents to Qdrant using the specified policy.

The QdrantDocumentStore can handle duplicate documents based on the given policy.
The available policies are:

Expand All @@ -761,6 +764,7 @@ write_documents_async(
```

Asynchronously writes documents to Qdrant using the specified policy.

The QdrantDocumentStore can handle duplicate documents based on the given policy.
The available policies are:

Expand Down Expand Up @@ -1042,8 +1046,9 @@ count_unique_metadata_by_filter_async(
) -> dict[str, int]
```

Asynchronously returns the number of unique values for each specified metadata field among documents that
match the filters.
Asynchronously returns the number of unique values for each specified metadata field among documents.

Only documents that match the filters are considered.

**Parameters:**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,9 @@ Asynchronously run the Sparse Embedding Retriever on the given input data.

### QdrantHybridRetriever

A component for retrieving documents from an QdrantDocumentStore using both dense and sparse vectors
and fusing the results using Reciprocal Rank Fusion.
A component for retrieving documents from a QdrantDocumentStore using both dense and sparse vectors.

Fuses the results using Reciprocal Rank Fusion.

Usage example:

Expand Down Expand Up @@ -550,8 +551,9 @@ Batch elements of an iterable into fixed-length chunks or blocks.

### QdrantDocumentStore

A QdrantDocumentStore implementation that you can use with any Qdrant instance: in-memory, disk-persisted,
Docker-based, and Qdrant Cloud Cluster deployments.
A QdrantDocumentStore implementation that you can use with any Qdrant instance.

Supports in-memory, disk-persisted, Docker-based, and Qdrant Cloud Cluster deployments.

Usage example by creating an in-memory instance:

Expand Down Expand Up @@ -736,6 +738,7 @@ write_documents(
```

Writes documents to Qdrant using the specified policy.

The QdrantDocumentStore can handle duplicate documents based on the given policy.
The available policies are:

Expand All @@ -761,6 +764,7 @@ write_documents_async(
```

Asynchronously writes documents to Qdrant using the specified policy.

The QdrantDocumentStore can handle duplicate documents based on the given policy.
The available policies are:

Expand Down Expand Up @@ -1042,8 +1046,9 @@ count_unique_metadata_by_filter_async(
) -> dict[str, int]
```

Asynchronously returns the number of unique values for each specified metadata field among documents that
match the filters.
Asynchronously returns the number of unique values for each specified metadata field among documents.

Only documents that match the filters are considered.

**Parameters:**

Expand Down
Loading
Loading