-
Notifications
You must be signed in to change notification settings - Fork 15.8k
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
community: KuzuGraph needs allow_dangerous_requests, add graph documents via LLMGraphTransformer #27949
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hi, could I please get an eta on when this could be merged? |
Adding SQLServer Vector Store to the Index Table
…m90/langchain into sqlvector-langchain-branch
adding sqlserver vectore store matrix
…m90/langchain into sqlvector-langchain-branch
Trying my luck with @hwchase17. I'd really appreciate it if this PR were reviewed and merged so that Kùzu users who are coming from LangChain can benefit. Cheers! |
When can this be merged? Looking forward to it! |
Hi, when can the merge happen? At my company, we have would like to test it as soon as possible! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey! given this is very susceptible to sql injection in the relationships
objects, would you be open to adding a allow_dangerous_requests: bool
flag that is required to be true to the top-level class? Can also add to the add_graph_documents
function just for this PR if that makes more sense to you
Hi @efriis thanks for the response. I think it makes sense to add to the |
Deployment failed with the following error:
Learn More: https://vercel.link/invalid-route-source-pattern |
ended up doing on the init - it looks like user-provided text can also be passed in query and others, so this can fix across! |
PR title: "community: Kuzu - Add graph documents via LLMGraphTransformer"
add_graph_documents
to use theGraphDocument
s extracted byLLMGraphTransformer
and store in a Kùzu graph backend.Lint and test: Run
make format
,make lint
andmake test
from the root of the package(s) you've modified. See contribution guidelines for more: https://python.langchain.com/docs/contributing/