Proto commits in qdrant/qdrant-js

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

Commit:b3c0278
Author:Ivan Pleshkov
Committer:GitHub

v1.18 (#133) * v1.18 * undici from 6.23.0 to 6.24.0 * test CI using v1.17 * grpc update * grpc update * QDRANT_LATEST version up

The documentation is generated from this commit.

Commit:90201f3
Author:Ivan Pleshkov
Committer:Ivan Pleshkov

grpc update

Commit:392a2bd
Author:Ivan Pleshkov
Committer:Ivan Pleshkov

grpc update

The documentation is generated from this commit.

Commit:0e5d911
Author:Ivan Pleshkov
Committer:Ivan Pleshkov

v1.18

Commit:3ef2a8b
Author:Andrey Vasnetsov
Committer:GitHub

Upgrade to 1.17 (#122) * [AI] version upgrade according to docs/how_to_release.md * [AI] add missing timeout parameter for upsert operation * [AI] add missing timeout parameter for deletePoints operation * audit fix * Revert "audit fix" This reverts commit 6f88ec20b482ae5d6751147502e32dd9650f0133. * audit fix * update rest based on `fix-rest-api-for-feedback-strategy` * update api schema: timeout for create and delete of payload index --------- Co-authored-by: Luis Cossío <luis.cossio@outlook.com>

Commit:a978757
Author:generall

[AI] version upgrade according to docs/how_to_release.md

Commit:bcdc6bf
Author:Luis Cossío
Committer:GitHub

Bump v1.16.0 (#114) * bump version to 1.16.0 * update changelogs * Apply suggestions from code review * update version in integration tests * mark connect v2 upgrade as breaking * regenerate from latest protos * export common_pb.ts --------- Co-authored-by: Tim Visée <tim+github@visee.me> Co-authored-by: Ivan Pleshkov <pleshkov.ivan@gmail.com>

Commit:ee056a1
Author:Luis Cossío

regenerate from latest protos

Commit:fe11db5
Author:Luis Cossío
Committer:GitHub

Migrate to connect v2 and generate with buf (#112)

Commit:a640780
Author:Luis Cossío

regenerate client

Commit:165d83e
Author:Luis Cossío
Committer:GitHub

Prepare clients for v1.16.0 (#111) * update clients for Qdrant v1.16 * add REST return types, get rid of maybe package * update lock file * no explicit type in test * use helper for throwing error * use shorter `Schemas` type * review remarks --------- Co-authored-by: Ivan Pleshkov <pleshkov.ivan@gmail.com>

Commit:7e1d850
Author:Luis Cossío
Committer:Luis Cossío

update clients for Qdrant v1.16

Commit:d3d3856
Author:Andrey Vasnetsov
Committer:GitHub

introduce Implement missing `updateCollectionCluster` API (#107) * introduce Implement missing `updateCollectionCluster` API * restore autogenerated files

Commit:131885d
Author:generall

restore autogenerated files

Commit:1386856
Author:Jojii
Committer:GitHub

Bump 1.15.0 (#105) * Update grpc files and documentation for releasing * Missing word * version up * version up in integration tests * Add MMR feature --------- Co-authored-by: Ivan Pleshkov <pleshkov.ivan@gmail.com>

Commit:a6e36f7
Author:Ivan Pleshkov

Add MMR feature

Commit:3235fa5
Author:jojii

Update grpc files and documentation for releasing

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

Commit:ff564b1
Author:Ivan Pleshkov
Committer:Ivan Pleshkov

update grpc

Commit:7fd84c7
Author:Ivan Pleshkov

update grpc

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