Skip to content

Commit 1d6e21b

Browse files
authored
Change createCollection method visibility to protected
1 parent cf06664 commit 1d6e21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RAG/VectorStore/QdrantVectorStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public function similaritySearch(array $embedding): iterable
173173
}, $response['result']['points']);
174174
}
175175

176-
private function createCollection(): void
176+
protected function createCollection(): void
177177
{
178178
$this->httpClient->request(
179179
HttpRequest::put(

0 commit comments

Comments
 (0)