Skip to content

Commit 3a00748

Browse files
authored
Update README.md
1 parent fff3445 commit 3a00748

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ composer require hkulekci/qdrant
2222
include __DIR__ . "/../vendor/autoload.php";
2323
include_once 'config.php';
2424

25+
use Qdrant\Qdrant;
2526
use Qdrant\Config;
2627
use Qdrant\Http\Builder;
2728

@@ -135,4 +136,4 @@ $response = $client->collections('contents')->points()->search($searchRequest);
135136
foreach ($response['result'] as $item) {
136137
echo $item['score'] . ';' . $item['payload']['id'] . ';' . $item['payload']['meta_data'] . PHP_EOL;
137138
}
138-
```
139+
```

0 commit comments

Comments
 (0)