Skip to content

Commit 79f3aef

Browse files
committed
Found typo in docstring
1 parent ac478dc commit 79f3aef

File tree

1 file changed

+1
-1
lines changed
  • libs/langchain-mongodb/langchain_mongodb/graphrag

1 file changed

+1
-1
lines changed

libs/langchain-mongodb/langchain_mongodb/graphrag/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class MongoDBGraphStore:
7474
7575
In MongoDB, Knowledge Graphs are stored in a single Collection.
7676
Each MongoDB Document represents a single entity (node),
77-
and it relationships (edges) are defined in a nested field named
77+
and its relationships (edges) are defined in a nested field named
7878
"relationships". The schema, and an example, are described in the
7979
:data:`~langchain_mongodb.graphrag.prompts.entity_context` prompts module.
8080

0 commit comments

Comments
 (0)