mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
docs: fix typo in graph_constructing tutorial (#26134)
Changed > "At a high-level, the steps of constructing a knowledge are from text are:" to > "At a high-level, the steps of constructing a knowledge graph from text are:" Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
parent
181e4fc0e0
commit
fa17b145bb
@ -24,7 +24,7 @@
|
||||
"\n",
|
||||
"## Architecture\n",
|
||||
"\n",
|
||||
"At a high-level, the steps of constructing a knowledge are from text are:\n",
|
||||
"At a high-level, the steps of constructing a knowledge graph from text are:\n",
|
||||
"\n",
|
||||
"1. **Extracting structured information from text**: Model is used to extract structured graph information from text.\n",
|
||||
"2. **Storing into graph database**: Storing the extracted structured graph information into a graph database enables downstream RAG applications\n",
|
||||
|
Loading…
Reference in New Issue
Block a user