docs/how_to/graph_constructing/ #28661
Replies: 2 comments
-
Is there a drop in replacement of ChatOpenAI with a local LLM model? I have tried chatollama, chatllamacpp, and they don't quite work as well as the soon to be deprecated ollamafunction. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have issues using chatollama to replace ollamafunctions as below
for
to perform
What am i missing? thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docs/how_to/graph_constructing/
In this guide we'll go over the basic ways of constructing a knowledge graph based on unstructured text. The constructured graph can then be used as knowledge base in a RAG application.
https://python.langchain.com/docs/how_to/graph_constructing/
Beta Was this translation helpful? Give feedback.
All reactions