mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
7 lines
270 B
Plaintext
7 lines
270 B
Plaintext
|
# Analyzing graph data
|
||
|
|
||
|
Graph databases give us a powerful way to represent and query real-world relationships. There are a number of chains that make it easy to use LLMs to interact with various graph DBs.
|
||
|
|
||
|
import DocCardList from "@theme/DocCardList";
|
||
|
|
||
|
<DocCardList />
|