arakoodev / EdgeChains

EdgeChains.js Typescript/Javascript production-friendly Generative AI. Based on Jsonnet. Works anywhere that Webassembly does. Prompts live declaratively & "outside code in config". Kubernetes & edge friendly. Compatible with OpenAI GPT, Gemini, Llama2, Anthropic, Mistral and others
https://www.arakoo.ai/
GNU Affero General Public License v3.0
334 stars 69 forks source link

BOUNTY: add support for qdrant vector database in javascript sdk #273

Open sandys opened 9 months ago

sandys commented 9 months ago

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/

sandys commented 9 months ago

/bounty 30

algora-pbc[bot] commented 9 months ago

💎 $30 bounty • Arakoo.ai

Steps to solve:

  1. Start working: Comment /attempt #273 with your implementation plan
  2. Submit work: Create a pull request including /claim #273 in the PR body to claim the bounty
  3. Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts

Thank you for contributing to arakoodev/EdgeChains!

Add a bounty • Share on socials

Attempt Started (GMT+0) Solution
🔴 @b4s36t4 Nov 26, 2023, 7:17:00 PM WIP
b4s36t4 commented 9 months ago

/attempt #273

Options
guhitb commented 9 months ago

@b4s36t4 Are you still working on this? I'd like to make an attempt or collaborate with you.

sandys commented 9 months ago

@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.

rajdip-b commented 9 months ago

@sandys hey, may I take this up in parallel?

sandys commented 9 months ago

@rajdip-b checking with @b4s36t4

@b4s36t4 are you working on this ? please update ur status since 2 weeks. if ur not, i will assign this to @rajdip-b

Sambit003 commented 8 months ago

@sandys Hey, Can I start working on this?