Add JS to list of clients (#177)

* Add JS to list of clients

* Change to npm from pnpm
This commit is contained in:
Nirant
2023-06-08 12:29:52 +02:00
committed by GitHub
parent b07dcf0c84
commit 58b304cbd4
@@ -95,6 +95,7 @@ Qdrant provides a set of clients for different programming languages. You can fi
* [Python](https://github.com/qdrant/qdrant-client) - `pip install qdrant-client`
* [Rust](https://github.com/qdrant/rust-client) - `cargo add qdrant-client`
* [Go](https://github.com/qdrant/go-client) - `go get github.com/qdrant/go-client`
* [Javascript](https://github.com/qdrant/qdrant-js) - `npm install @qdrant/js-client-rest`
If you are using a language that is not listed here, you can use the REST API directly or generate a client for your language
using [OpenAPI](https://github.com/qdrant/qdrant/blob/master/docs/redoc/master/openapi.json)