/claim #273
Fixes #273.
This adds a Qdrant vector database wrapper to the JavaScript SDK without using Qdrant packages. It follows the existing vector-db style and calls Qdrant REST endpoints directly through axios.
Implemented:
QDRANT_URL and QDRANT_API_KEYPUT /collections/:collection_name/pointsPOST /collections/:collection_name/points/queryPOST /collections/:collection_name/points/scrollPOST /collections/:collection_name/pointsPOST /collections/:collection_name/points/deleteQdrant export from the vector-db packageVerification:
node node_modules/typescript/bin/tsc -b.node node_modules/vitest/vitest.mjs run src/vector-db/src/tests/qdrant/qdrant.test.ts --cache=false (9 tests).Demo note:
Aspire-College
@Aspire-College
Arakoo.ai
@arakoodev