langchain icon indicating copy to clipboard operation
langchain copied to clipboard

added FalkorDB vector store support i.e implementation, test, docs an…

Open kingtroga opened this issue 1 year ago β€’ 1 comments

Description: Added support for FalkorDB Vector Store, including its implementation, unit tests, documentation, and an example notebook. The FalkorDB integration allows users to efficiently manage and query embeddings in a vector database, with relevance scoring and maximal marginal relevance search. The following components were implemented:

  • Core implementation for FalkorDBVector store.
  • Unit tests ensuring proper functionality and edge case coverage.
  • Example notebook demonstrating an end-to-end setup, search, and retrieval using FalkorDB.

Twitter handle: @tariyekorogha

kingtroga avatar Sep 10 '24 00:09 kingtroga

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
langchain βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Dec 16, 2024 7:37pm

vercel[bot] avatar Sep 10 '24 00:09 vercel[bot]

@swilly22 @AviAvni

Thank you both for your valuable feedback on my initial commit. I’ve taken your suggestions into account and have made the necessary adjustments in this new commit (ed2e5189d96b9439585ddc3caa8f96dcd77e039e). I would greatly appreciate it if you could take a moment to review the changes.

Thanks again for your help!

Also about the online meeting we can have it anytime between 12 pm to 6 pm WAT. My Email: [email protected] or [email protected]

kingtroga avatar Sep 14 '24 17:09 kingtroga

@baskaryan can you please merge this PR?

gkorland avatar Sep 15 '24 08:09 gkorland

@baskaryan Please Merge this pull request

kingtroga avatar Sep 16 '24 13:09 kingtroga

Please @baskaryan How long are the build, CI Success, and (Check for spelling errors) checks going to take?

kingtroga avatar Sep 17 '24 10:09 kingtroga

@kingtroga Can you look at the CI errors and fix them?

AviAvni avatar Sep 25 '24 07:09 AviAvni

@AviAvni On it

kingtroga avatar Sep 28 '24 13:09 kingtroga

@baskaryan can you please re-trigger the CI?

gkorland avatar Oct 06 '24 06:10 gkorland

@baskaryan

kingtroga avatar Oct 12 '24 08:10 kingtroga

😌 image @baskaryan PLEASE πŸ™πŸΎ merge this pull request

kingtroga avatar Dec 01 '24 16:12 kingtroga

hey there! had to revert a few things that we don't accept (this added a hard dependency on redis before). Hopefully it passes CI and can merge then.

Also, if you're interested in maintaining this integration without us in the loop, we'd love to get an integration package out! Future PRs against langchain would just be {docs updates, as well as registering your package in libs/packages.yml, deprecating this community integration in favor of your integration package}

Here's the guide, and if you have questions, feel free to leave them in the comments on those pages so others can see them! https://python.langchain.com/docs/contributing/how_to/integrations/

efriis avatar Dec 14 '24 01:12 efriis

@efriss Thank you!!!

kingtroga avatar Dec 21 '24 14:12 kingtroga