mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-26 06:28:30 +02:00
Add JS to list of clients (#177)
* Add JS to list of clients * Change to npm from pnpm
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user