Skip to content

Commit df3caa4

Browse files
committed
Added empty string example to NAME_EXTRACTION_INSTRUCTIONS
1 parent 49879d6 commit df3caa4

File tree

1 file changed

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

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,15 @@
115115
3. input: "For legal and operational purposes, many governments and organizations adopt specific definitions."
116116
output: []
117117
118-
In the final example, there are no entities.
118+
In the third example, there are no entities.
119119
Though there are concepts and nouns that might be types or attributes of entities,
120120
there is nothing here that could be seen as being a unique identifier or name.
121121
122+
4. input: ""
123+
output: []
124+
125+
In final third example, there are no entities.
126+
122127
### (Optional) Additional Examples
123128
124129
{entity_name_examples}

0 commit comments

Comments
 (0)