Skip to content

Commit 36176eb

Browse files
committed
Address review comments - add missing file (image)
1 parent 345b3bf commit 36176eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
136 KB
Loading

docs/source/user_guide_kg_builder.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ refer to `this example <https://github.com/neo4j/neo4j-genai-python/blob/main/ex
4040
Knowledge Graph Builder Components
4141
**********************************
4242

43-
Below is a list of the different components available in this package, and how to use them.
43+
Below is a list of the different components available in this package and how to use them.
4444

4545
Each of these components can be run individually:
4646

@@ -95,7 +95,7 @@ To implement your own loader, use the `DataLoader` interface:
9595
Document Splitter
9696
=================
9797

98-
Document splitters, as the name indicate, are splitting documents into smaller chunks
98+
Document splitters, as the name indicate, split documents into smaller chunks
9999
that can be processed within the LLM token limits. Wrappers for LangChain and LlamaIndex
100100
text splitters are included in this package:
101101

@@ -159,7 +159,7 @@ Example usage:
159159
os.environ["OPENAI_API_KEY"] = "sk-..."
160160
161161
162-
If OpenAI is not an option, see :ref:`embedders` to learn how to use sentence-transformer or create your own embedder.
162+
If OpenAI is not an option, see :ref:`embedders` to learn how to use sentence-transformers or create your own embedder.
163163

164164
The embeddings are added to each chunk metadata, and will be saved as a Chunk node property in the graph if
165165
`create_lexical_graph` is enabled in the `EntityRelationExtractor` (keep reading).

0 commit comments

Comments
 (0)