mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 08:03:39 +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": [
|
"source": [
|
||||||
"# Graphs\n",
|
"# Graphs\n",
|
||||||
"\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",
|
"\n",
|
||||||
"* Generating queries that will be run based on natural language questions,\n",
|
"* Generating queries that will be run based on natural language questions,\n",
|
||||||
"* Creating chatbots that can answer questions based on database data,\n",
|
"* Creating chatbots that can answer questions based on database data,\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user