From fa17b145bbb2664a4c403312b31b5b1bc9229dd6 Mon Sep 17 00:00:00 2001 From: Qasim Khan Date: Sun, 8 Sep 2024 20:46:49 +0200 Subject: [PATCH] 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 --- docs/docs/how_to/graph_constructing.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/graph_constructing.ipynb b/docs/docs/how_to/graph_constructing.ipynb index 52481975a6f00..e9b6a014177c7 100644 --- a/docs/docs/how_to/graph_constructing.ipynb +++ b/docs/docs/how_to/graph_constructing.ipynb @@ -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",