Skip to content

Commit ebfd5c1

Browse files
authored
Update explore.md (#1234)
1 parent a05cb6f commit ebfd5c1

File tree

1 file changed

+2
-2
lines changed
  • qdrant-landing/content/documentation/concepts

1 file changed

+2
-2
lines changed

qdrant-landing/content/documentation/concepts/explore.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,7 @@ POST /collections/{collection_name}/points/search/matrix/offsets
15331533
```python
15341534
from qdrant_client import QdrantClient, models
15351535

1536-
client.search_matrix_pairs(
1536+
client.search_matrix_offsets(
15371537
collection_name="{collection_name}",
15381538
sample=10,
15391539
limit=2,
@@ -1663,4 +1663,4 @@ Returns
16631663
"ids": [1, 2, 3, 4, 5, 6, 7, 8]
16641664
}
16651665
}
1666-
```
1666+
```

0 commit comments

Comments
 (0)