docs/tutorials/graph/ #27527
Replies: 5 comments 2 replies
-
I am a beginner. When I was using the locally deployed ChatGLM2 to replicate the content on this page, I encountered an error in the "chain" section while running the code: from langchain.chains import GraphCypherQAChain llm = ChatOpenAI(model="gpt-3.5-turbo", temperature=0) |
Beta Was this translation helpful? Give feedback.
-
Hey I get this error whenever I run it: ValueError: In order to use this chain, you must acknowledge that it can make dangerous requests by setting |
Beta Was this translation helpful? Give feedback.
-
Hello. the same issue as @yacineMahdid.
|
Beta Was this translation helpful? Give feedback.
-
Are there examples to use an offline model? |
Beta Was this translation helpful? Give feedback.
-
I had trouble with the
So for the In case anyone else hits this, I fixed it (I think it's a useful fix) by importing
I just added the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
docs/tutorials/graph/
In this guide we'll go over the basic ways to create a Q&A chain over a graph database. These systems will allow us to ask a question about the data in a graph database and get back a natural language answer.
https://python.langchain.com/docs/tutorials/graph/
Beta Was this translation helpful? Give feedback.
All reactions