Skip to content

Add Qdrant vector database client#485

Open
FlyawayDL wants to merge 1 commit into
arakoodev:tsfrom
FlyawayDL:bounty-qdrant-vector-db
Open

Add Qdrant vector database client#485
FlyawayDL wants to merge 1 commit into
arakoodev:tsfrom
FlyawayDL:bounty-qdrant-vector-db

Conversation

@FlyawayDL
Copy link
Copy Markdown

Add Qdrant vector database client

Closes #273.
/claim #273

Summary

  • Adds a Qdrant vector database client implemented against Qdrant's REST API directly.
  • Exports Qdrant from @arakoodev/edgechains.js/vector-db.
  • Adds mocked tests for point upsert, vector search, and error handling.

Verification

npx tsc -b
npx jest src/vector-db/src/tests/qdrant/qdrant.test.ts --config jest.config.cjs
npx jest src/vector-db/src/tests --config jest.config.cjs

The vector-db test suite passed locally: 7 suites, 10 tests.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 11, 2026

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@FlyawayDL
Copy link
Copy Markdown
Author

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

@FlyawayDL
Copy link
Copy Markdown
Author

recheck

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