Skip to content

Commit

Permalink
Merge pull request #1337 from qdrant/fix-snippet
Browse files Browse the repository at this point in the history
Fix typo in query snippet
  • Loading branch information
davidmyriel authored Dec 3, 2024
2 parents 3725a89 + 87700ed commit 8dcfcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qdrant-landing/content/documentation/concepts/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ Example:
```http
POST /collections/{collection_name}/points/query
{
"": [0.2, 0.1, 0.9, 0.7],
"query": [0.2, 0.1, 0.9, 0.7],
"with_vectors": true,
"with_payload": true
}
Expand Down

0 comments on commit 8dcfcbb

Please sign in to comment.