Skip to content

Add Qdrant vector database client#484

Open
milesfeldstein wants to merge 1 commit into
arakoodev:tsfrom
milesfeldstein:miles/qdrant-vector-db
Open

Add Qdrant vector database client#484
milesfeldstein wants to merge 1 commit into
arakoodev:tsfrom
milesfeldstein:miles/qdrant-vector-db

Conversation

@milesfeldstein
Copy link
Copy Markdown

@milesfeldstein milesfeldstein commented May 11, 2026

Summary

  • add a Qdrant vector database wrapper for the JavaScript SDK using direct Qdrant REST API calls through the existing Axios dependency
  • export the Qdrant class and related point/vector/payload types from the vector-db package entrypoint
  • cover client creation, point upsert, vector query, and point deletion with Vitest tests

/claim #273
Fixes #273

Validation

  • npm run build
  • npx vitest run src/vector-db/src/tests/qdrant/qdrant.test.ts

Notes

  • The full repo test suite still has unrelated existing failures: multiple suites use Jest globals while the package script runs Vitest, and scraper tests require network/Playwright/browser credentials.

@github-actions
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

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