Skip to content

Commit

Permalink
upd links to npm from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Apr 6, 2024
1 parent a951fc6 commit 2d78217
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ This repository contains packages of the JS SDK for the [Qdrant](https://github.

There are published 3 packages:

- [`@qdrant/qdrant-js`](./packages/qdrant-js) - the main package with the SDK itself.
- [`@qdrant/js-client-rest`](./packages/js-client-rest) - lightweight REST client for Qdrant.
- [`@qdrant/js-client-grpc`](./packages/js-client-grpc) - gRPC client for Qdrant.
- [`@qdrant/qdrant-js`](https://www.npmjs.com/package/@qdrant/qdrant-js) [Code](./packages/qdrant-js/)- the main package with the SDK itself.
- [`@qdrant/js-client-rest`](https://www.npmjs.com/package/@qdrant/js-client-rest) [Code](./packages/qdrant-js/) - lightweight REST client for Qdrant.
- [`@qdrant/js-client-grpc`](https://www.npmjs.com/package/@qdrant/js-client-grpc) [Code](./packages/qdrant-js/) - gRPC client for Qdrant.

## JS/TS Examples

Expand Down

0 comments on commit 2d78217

Please sign in to comment.