Skip to content

Commit

Permalink
Merge pull request #58 from evil1morty/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
hkulekci committed Sep 9, 2024
2 parents fff3445 + 3a00748 commit 81e01e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ composer require hkulekci/qdrant
include __DIR__ . "/../vendor/autoload.php";
include_once 'config.php';

use Qdrant\Qdrant;
use Qdrant\Config;
use Qdrant\Http\Builder;

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

0 comments on commit 81e01e9

Please sign in to comment.