mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 23:29:21 +00:00
docs: Fix typo and add KùzuDB to graphs docs (#18915)
- **Description:** Adding Kùzu (an embedded graph DB that uses Cypher) to the graph docs, and fixing a typo - **Issue:** docs update
This commit is contained in:
parent
3d15498612
commit
a96a6e0f2c
@ -15,7 +15,7 @@
|
||||
"source": [
|
||||
"# Graphs\n",
|
||||
"\n",
|
||||
"One of the common types of databases that we can build Q&A systems for are graph databases. LangChain comes with a number of built-in chains and agents that are compatible with graph query language dialects like Cypher, SparQL, and others (e.g., Neo4j, MemGraph, Amazon Neptune, OntoText, Tigegraph). They enable use cases such as:\n",
|
||||
"One of the common types of databases that we can build Q&A systems for are graph databases. LangChain comes with a number of built-in chains and agents that are compatible with graph query language dialects like Cypher, SparQL, and others (e.g., Neo4j, MemGraph, Amazon Neptune, Kùzu, OntoText, Tigergraph). They enable use cases such as:\n",
|
||||
"\n",
|
||||
"* Generating queries that will be run based on natural language questions,\n",
|
||||
"* Creating chatbots that can answer questions based on database data,\n",
|
||||
|
Loading…
Reference in New Issue
Block a user