Skip to content

feat(vector-db): add Qdrant client - #633

Open
genaaredes-ui wants to merge 3 commits into
arakoodev:tsfrom
genaaredes-ui:codex/qdrant-vector-db
Open

feat(vector-db): add Qdrant client#633
genaaredes-ui wants to merge 3 commits into
arakoodev:tsfrom
genaaredes-ui:codex/qdrant-vector-db

Conversation

@genaaredes-ui

Copy link
Copy Markdown

PR draft — Add Qdrant REST vector database client

Summary

Adds a Qdrant vector database client to the JavaScript SDK using the HTTP API directly, without adding a Qdrant package dependency.

Supported operations:

  • collection creation
  • point upsert with embeddings and payloads
  • similarity query (/points/query, with legacy /points/search mode)
  • paginated scroll and full collection reads
  • point retrieval, payload update, and deletion

The client supports API-key authentication, URL-encoded collection/point IDs, injected fetch implementations for tests, and clear HTTP error messages.

Tests

  • qdrant.test.ts
  • TypeScript compilation passed for the new client.
  • Runtime checks passed for the modern /points/query response (result.points) and the legacy /points/search response, plus collection creation, upsert, pagination, and error handling.

Review note

The issue does not state a dollar amount in its GitHub body, so no payment is counted until the maintainer confirms the bounty and merges the PR. No external PR, issue comment, or message has been sent.

The modern response handling follows Qdrant's query-points API, which returns scored points under result.points.

Closes #273

@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown

CLA Assistant Lite bot: Thank you for your submission, we really appreciate it. Before we can accept your contribution, we ask that you sign the Arakoo Contributor License Agreement. You can sign the CLA by adding a new comment to this pull request and pasting exactly the following text.


I have read the Arakoo CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request

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.

BOUNTY: add support for qdrant vector database in javascript sdk

1 participant