-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BOUNTY: add support for qdrant vector database in javascript sdk #273
Comments
/bounty 30 |
💎 $30 bounty • Arakoo.aiSteps to solve:
Thank you for contributing to arakoodev/EdgeChains! Add a bounty • Share on socials
|
/attempt #273 Options |
@b4s36t4 Are you still working on this? I'd like to make an attempt or collaborate with you. |
@b4s36t4 we havent received an update from u. if you feel that this project will be delayed, request you to please cancel ur attempt so others can take it up. |
@sandys hey, may I take this up in parallel? |
@sandys Hey, Can I start working on this? |
@sandys Is the issue still open to work and claim the bounty? |
the javascript sdk here uses postgres/supabase as the default vector database. works well.
https://github.com/arakoodev/EdgeChains/blob/ts/JS/edgechains/examples/src/service/HydeSearchService.ts#L64
https://github.com/arakoodev/EdgeChains/blob/ts/JS/edgechains/lib/src/lib/clients/PostgresClient.ts
we want to add support for qdrant vector database https://qdrant.github.io/qdrant/redoc/index.html
please dont use qdrant packages - use the api directly and wrap them in edgechains classes.
documentation - https://qdrant.tech/documentation/
The text was updated successfully, but these errors were encountered: