Proto commits in qdrant/qdrant-js

These 28 commits are when the Protocol Buffers files have changed:

Commit:c308ff0
Author:Ivan Pleshkov
Committer:GitHub

V1.14.0 (#96) * update obsolete comment * version up * update openapi schema * update grpc * restore test * fix TS7056 * update latest version * update openmapi

The documentation is generated from this commit.

Commit:ff564b1
Author:Ivan Pleshkov
Committer:Ivan Pleshkov

update grpc

The documentation is generated from this commit.

Commit:7fd84c7
Author:Ivan Pleshkov

update grpc

The documentation is generated from this commit.

Commit:1c43b2d
Author:Ivan Pleshkov
Committer:GitHub

V1.13.0 (#91) * update protofiles * update openapi * v1.13 * Update Docker image to 1.13 Co-authored-by: Ivan Pleshkov <pleshkov.ivan@gmail.com> --------- Co-authored-by: Tim Visée <tim+github@visee.me>

Commit:9e24c48
Author:Ivan Pleshkov

update protofiles

Commit:c45d94b
Author:Ivan Pleshkov
Committer:GitHub

V1.12.0 (#85) * update grpc protos * rest api * version up * apply api updates * make api names consistent with other clients * Update container version to 1.12.0 --------- Co-authored-by: generall <andrey@vasnetsov.com> Co-authored-by: Tim Visée <tim+github@visee.me>

Commit:56676d1
Author:Ivan Pleshkov
Committer:GitHub

V1.11.0 (#82) * update grpc * update rest * version up * integration test qdrant version up * use dev version in integration test (temp) * update grpc * update openapi * Update latest Qdrant version to v1.11.0 --------- Co-authored-by: timvisee <tim@visee.me>

Commit:04eab7d
Author:Ivan Pleshkov

update grpc

Commit:2c3d603
Author:Ivan Pleshkov

update grpc

Commit:768f4cd
Author:Ivan Pleshkov
Committer:GitHub

V1.10.0 (#79) * update api * version up * test query points * Rename queryPoints into query

Commit:cf9d316
Author:Ivan Pleshkov

update api

Commit:a2de790
Author:Ivan Pleshkov
Committer:GitHub

V1.9.0 (#72) * v1.9.0 * qdrant docker image vecrsion up * remove vectors_count from tests * remove vectors_count from tests --------- Co-authored-by: generall <andrey@vasnetsov.com>

Commit:512d2a3
Author:Ivan Pleshkov

v1.9.0

Commit:f58e567
Author:Ivan Pleshkov
Committer:GitHub

v1.8.0 (#66) * v1.8.0 rest api update * grpc api update * version up * remove checksum query path param * comments and renamings * qdrant version up in integration tests

Commit:6d0c50b
Author:Ivan Pleshkov

grpc api update

Commit:48db336
Author:Ivan Pleshkov
Committer:GitHub

V1.7.0 (#56) * update grpc * update generated_schema * provide timeout to api * create shards api * shard keys public api * discovery api * add new fields * v1.7.0 * update proto (#57) * update undici * fix unit tests * renamed recommend_batch to recommendBatch for consistency and kept alias (#54) Co-authored-by: Mohamed Morad <mohamed.morad@syncore.at> Co-authored-by: Ivan Pleshkov <pleshkov.ivan@gmail.com> * fix ci * restore tests * add comments to new api * shard_key args docs * create collection docs * qdrant integration tests version up * thanks to Morad-m11 --------- Co-authored-by: Morad-m11 <80397392+Morad-m11@users.noreply.github.com> Co-authored-by: Mohamed Morad <mohamed.morad@syncore.at>

Commit:0bb7bfc
Author:Ivan Pleshkov

update grpc

Commit:4456f25
Author:Ivan Pleshkov
Committer:GitHub

V1.6.0 (#50) * update openapi * update proto files * version up * update qdrant version in tests

Commit:034f47d
Author:Ivan Pleshkov

update proto files

Commit:b9f9333
Author:Ivan Pleshkov
Committer:GitHub

v1.5.0 (#47) * api update * version up * update grpc client api * Revert "update grpc client api" This reverts commit a00f857159037e8ba8de0e9f699b6389a0ade63b. * add new internal protofile to ignore * update openapi schema * healthz livez readyz integration * remove internal protofiles * batch update * update shard snapshot api * remove kubernetes related api * revert docker image version to check CI * qdrant docker version up

Commit:bb68378
Author:Ivan Pleshkov

add new internal protofile to ignore

Commit:945ad4f
Author:Ivan Pleshkov

api update

Commit:8b45769
Author:Ivan Pleshkov
Committer:GitHub

V1.4.0 (#40) * update rest api * update grpc client * version up

Commit:9958a68
Author:Ivan Pleshkov

update grpc client

Commit:fdc4e85
Author:Ivan Pleshkov
Committer:GitHub

v1.3.0 (#29) * update openapi and grpc * try to wait qdrant start * more sleep * sleep more * revert sleeps * version up * changeset file * disable audit for dev dependencies * add docker logs * fix client initialization in tests * remove integration test againts cloud --------- Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>

Commit:afad9a7
Author:Ivan Pleshkov

update openapi and grpc

Commit:fb009e1
Author:Luis Merino
Committer:GitHub

gRPC client + project setup overhaul (#24) - Generated gRPC client based on plugins from @bufbuild - REST client accepts maxConnections now using undici.js agent for fetch - Updated OAS definitions and improved generated types - Improved NPM dependency management in monorepo - Improved linting and tooling setup - Added CI check to avoid bumping a version of clients too early

Commit:55ba6a3
Author:Luis Merino
Committer:Luis Merino

Initial commit