langchain/docs/extras/use_cases/more/graph/index.mdx
Lance Martin 969e1683de
Move graph use case to "more" section (#8997)
Clean `use_cases` by moving the `GraphDB` to `integrations`.

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2023-08-14 17:20:38 -07:00

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 />