We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83582b6 commit 138e99dCopy full SHA for 138e99d
src/store/src/Bridge/Qdrant/Store.php
@@ -52,7 +52,7 @@ public function add(VectorDocument ...$documents): void
52
public function query(Vector $vector, array $options = []): array
53
{
54
$payload = [
55
- 'vector' => $vector->getData(),
+ 'query' => $vector->getData(),
56
'with_payload' => true,
57
'with_vector' => true,
58
];
0 commit comments