Skip to content

Add Qdrant vector database client#573

Open
Jorel97 wants to merge 1 commit into
arakoodev:tsfrom
Jorel97:codex/qdrant-vector-db-273
Open

Add Qdrant vector database client#573
Jorel97 wants to merge 1 commit into
arakoodev:tsfrom
Jorel97:codex/qdrant-vector-db-273

Conversation

@Jorel97
Copy link
Copy Markdown

@Jorel97 Jorel97 commented May 29, 2026

/claim #273

Summary

  • Added a dependency-free Qdrant REST client under the JavaScript vector-db package.
  • Exported Qdrant and related TypeScript types from @arakoodev/edgechains.js/vector-db.
  • Supports collection creation, vector upsert, search, scroll/retrieve, payload update, and delete-by-id.
  • Added focused mocked Vitest coverage and a runnable dry-run example that prints Qdrant REST requests without requiring a live Qdrant server.
  • Declared dotenv as a direct dependency because the existing Supabase vector-db module imports it and strict package managers otherwise fail the build.

Demo

https://github.com/Jorel97/bounty-demo-assets/raw/main/edgechains/edgechains-273-demo.mp4

Validation

  • pnpm exec tsc -b
  • pnpm exec vitest run src/vector-db/src/tests/qdrant/qdrant.test.ts
  • pnpm run dev from JS/edgechains/examples/qdrant-vector-db

@Jorel97
Copy link
Copy Markdown
Author

Jorel97 commented May 29, 2026

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

@Jorel97
Copy link
Copy Markdown
Author

Jorel97 commented May 29, 2026

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