We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd34e1a commit 23a8001Copy full SHA for 23a8001
tests/e2e/test_graphrag_e2e.py
@@ -72,7 +72,8 @@ def test_graphrag_happy_path(
72
biology
73
74
Answer:
75
-"""
+""",
76
+ None,
77
)
78
assert isinstance(result, RagResultModel)
79
assert result.answer == "some text"
@@ -117,7 +118,8 @@ def test_graphrag_happy_path_return_context(
117
118
119
120
121
122
123
124
125
@@ -163,7 +165,8 @@ def test_graphrag_happy_path_examples(
163
165
164
166
167
168
169
170
171
172
0 commit comments