mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 14:08:30 +02:00
Update explore.md (#1234)
This commit is contained in:
@@ -1533,7 +1533,7 @@ POST /collections/{collection_name}/points/search/matrix/offsets
|
||||
```python
|
||||
from qdrant_client import QdrantClient, models
|
||||
|
||||
client.search_matrix_pairs(
|
||||
client.search_matrix_offsets(
|
||||
collection_name="{collection_name}",
|
||||
sample=10,
|
||||
limit=2,
|
||||
@@ -1663,4 +1663,4 @@ Returns
|
||||
"ids": [1, 2, 3, 4, 5, 6, 7, 8]
|
||||
}
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user