Skip to content

feat: add Qdrant vector database client (#273)#601

Open
syutoutousai wants to merge 1 commit into
arakoodev:tsfrom
syutoutousai:feat/qdrant-vector-db
Open

feat: add Qdrant vector database client (#273)#601
syutoutousai wants to merge 1 commit into
arakoodev:tsfrom
syutoutousai:feat/qdrant-vector-db

Conversation

@syutoutousai

Copy link
Copy Markdown

Adds Qdrant vector database support to the JS SDK.

Features

  • QdrantClient class using Qdrant REST API directly (no npm packages)
  • upsert, search, createCollection, deletePoints, collectionInfo
  • Retry logic matching existing Supabase vector DB pattern
  • Tests with mocked fetch

Closes #273

- QdrantClient class with full REST API support (no npm packages)
- upsert, search, createCollection, deletePoints, collectionInfo
- Retry logic matching existing Supabase vector DB pattern
- 5 test cases with mocked fetch
- Exported from vector-db/src/index.ts
@github-actions

github-actions Bot commented Jun 5, 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

@syutoutousai

Copy link
Copy Markdown
Author

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

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