Skip to content

feat(serverless): expose CollectionsService response time - #297

Open
qdrant-cloud-bot wants to merge 1 commit into
devfrom
feat/serverless-collections-response-time
Open

qdrant-cloud-bot wants to merge 1 commit into
devfrom
feat/serverless-collections-response-time

Conversation

@qdrant-cloud-bot

Copy link
Copy Markdown
Contributor

Summary

  • Sync proto/serverless_collections.proto / src/serverless/grpc.rs with qdrant-cloud-public-api#497 (time on CollectionsService responses).
  • Expose time on high-level results: CreateCollectionResult, DeleteCollectionResult, CollectionInfo, CollectionsList.
  • create_collection / delete_collection now return those structs instead of bare String / bool (serverless API is still experimental).

Dependencies

Proto source: qdrant/qdrant-cloud-public-api#497

Test plan

  • cargo test --test serverless_protos
  • cargo check --examples
  • After public-api merge, re-run ./tools/sync_serverless_proto.sh if the pin on main moved

Sync serverless collections proto with the public-api `time` field and
surface it on create/delete/get/list results.
@qdrant-cloud-bot

Copy link
Copy Markdown
Contributor Author

Pairs with qdrant/qdrant-cloud-public-api#497 (proto source) and https://github.com/qdrant/qdrant-serverless/pull/220 (server fills time).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants