Skip to content

Refactor vector operations to use gRPC instead of REST#73

Merged
sopaco merged 1 commit intomainfrom
dev
Apr 14, 2026
Merged

Refactor vector operations to use gRPC instead of REST#73
sopaco merged 1 commit intomainfrom
dev

Conversation

@sopaco
Copy link
Copy Markdown
Owner

@sopaco sopaco commented Apr 14, 2026

Replace direct Qdrant REST API calls with gRPC methods in the CLI vector commands (reindex, prune, status). Add new admin methods to QdrantVectorStore for collection management, point scrolling, counting, and deletion. This provides cleaner abstraction and consistent use of the Qdrant gRPC client throughout the codebase.

Replace direct Qdrant REST API calls with gRPC methods in the CLI vector
commands (reindex, prune, status). Add new admin methods to
QdrantVectorStore for collection management, point scrolling, counting,
and deletion. This provides cleaner abstraction and consistent use of
the Qdrant gRPC client throughout the codebase.
@sopaco sopaco merged commit d4cc90c into main Apr 14, 2026
1 check passed
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.

1 participant