added FalkorDB vector store support i.e implementation, test, docs anβ¦
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
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 |
@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]
@baskaryan can you please merge this PR?
@baskaryan Please Merge this pull request
Please @baskaryan How long are the build, CI Success, and (Check for spelling errors) checks going to take?
@kingtroga Can you look at the CI errors and fix them?
@AviAvni On it
@baskaryan can you please re-trigger the CI?
@baskaryan
π
@baskaryan PLEASE ππΎ merge this pull request
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/
@efriss Thank you!!!