Skip to content

feat: add qdrant vector database client#585

Open
yassine1234944-design wants to merge 1 commit into
arakoodev:tsfrom
yassine1234944-design:yassine/qdrant-vector-db-js-sdk
Open

feat: add qdrant vector database client#585
yassine1234944-design wants to merge 1 commit into
arakoodev:tsfrom
yassine1234944-design:yassine/qdrant-vector-db-js-sdk

Conversation

@yassine1234944-design

Copy link
Copy Markdown

Summary

  • Adds a Qdrant vector database wrapper to @arakoodev/edgechains.js/vector-db using Qdrant's REST API.
  • Supports collection creation, vector upsert, search, scroll, get-by-id, payload/vector update, and delete-by-id helpers.
  • Exports the Qdrant client and public TypeScript types from the vector-db entrypoint.
  • Adds focused Vitest coverage for collection creation, upsert, and vector search requests.

/claim #273

How did you test this change?

  • npx -y prettier@3.2.5 --check JS/edgechains/arakoodev/src/vector-db/src/lib/qdrant/qdrant.ts JS/edgechains/arakoodev/src/vector-db/src/index.ts JS/edgechains/arakoodev/src/vector-db/src/tests/qdrant/qdrant.test.ts
  • npx -y esbuild@0.20.2 JS/edgechains/arakoodev/src/vector-db/src/index.ts --bundle --external:* --format=esm --platform=node --outfile=$env:TEMP\edgechains-vector-db.mjs --log-level=error
  • npx -y vitest@2.0.3 run src/vector-db/src/tests/qdrant/qdrant.test.ts -> 3 tests passed
  • git diff --check

@github-actions

github-actions Bot commented May 31, 2026

Copy link
Copy Markdown

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

@yassine1234944-design

Copy link
Copy Markdown
Author

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

@yassine1234944-design

Copy link
Copy Markdown
Author

recheck

@yassine1234944-design

Copy link
Copy Markdown
Author

Hi, I signed the CLA with the exact requested text and retriggered the bot with recheck, but the CLA check is still failing. Could you please take a look?

@yassine1234944-design

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.

1 participant