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 cf06664 commit 1d6e21bCopy full SHA for 1d6e21b
src/RAG/VectorStore/QdrantVectorStore.php
@@ -173,7 +173,7 @@ public function similaritySearch(array $embedding): iterable
173
}, $response['result']['points']);
174
}
175
176
- private function createCollection(): void
+ protected function createCollection(): void
177
{
178
$this->httpClient->request(
179
HttpRequest::put(
0 commit comments