We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac478dc commit 79f3aefCopy full SHA for 79f3aef
libs/langchain-mongodb/langchain_mongodb/graphrag/graph.py
@@ -74,7 +74,7 @@ class MongoDBGraphStore:
74
75
In MongoDB, Knowledge Graphs are stored in a single Collection.
76
Each MongoDB Document represents a single entity (node),
77
- and it relationships (edges) are defined in a nested field named
+ and its relationships (edges) are defined in a nested field named
78
"relationships". The schema, and an example, are described in the
79
:data:`~langchain_mongodb.graphrag.prompts.entity_context` prompts module.
80
0 commit comments