Skip to content
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

add FalkorDB support #7367

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

Naseem77
Copy link

@Naseem77 Naseem77 commented Dec 15, 2024

Adding FalkorDB Graph store support

Ref to: #2741

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Dec 15, 2024
Copy link

vercel bot commented Dec 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchainjs-docs ❌ Failed (Inspect) Jan 2, 2025 1:06pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
langchainjs-api-refs ⬜️ Ignored (Inspect) Jan 2, 2025 1:06pm

@dosubot dosubot bot added the auto:enhancement A large net-new component, integration, or chain. Use sparingly. The largest features label Dec 15, 2024
@gkorland gkorland mentioned this pull request Dec 15, 2024
@gkorland
Copy link

@jacoblee93 this PR is replacing the original PR #2774

Copy link
Collaborator

@jacoblee93 jacoblee93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, and sorry for the wait!

I'm not terribly familiar with Falkor/Cypher internals - would just say to triple check there are no potential injection issues

libs/langchain-community/src/graphs/falkordb_graph.ts Outdated Show resolved Hide resolved

const chain = GraphCypherQAChain.fromLLM({
llm: model,
graph,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we'll need to change the GraphCypherQAChain typing here?

libs/langchain-community/langchain.config.js Outdated Show resolved Hide resolved
libs/langchain-community/src/graphs/falkordb_graph.ts Outdated Show resolved Hide resolved
@jacoblee93 jacoblee93 added the in progress PRs that are in progress but not ready to merge label Dec 24, 2024
@Naseem77
Copy link
Author

@jacoblee93 I don't have access to the vercel logs, so I’m unable to investigate the failure directly. Could you please take a look and let me know if anything is wrong? Let me know if there’s anything else I can do to help get this PR merged

@Naseem77 Naseem77 requested a review from jacoblee93 December 30, 2024 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:enhancement A large net-new component, integration, or chain. Use sparingly. The largest features in progress PRs that are in progress but not ready to merge size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants