Skip to content

Commit

Permalink
Update explore.md (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
generall authored Oct 13, 2024
1 parent a05cb6f commit ebfd5c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qdrant-landing/content/documentation/concepts/explore.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -1663,4 +1663,4 @@ Returns
"ids": [1, 2, 3, 4, 5, 6, 7, 8]
}
}
```
```

0 comments on commit ebfd5c1

Please sign in to comment.