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 baa3129 commit bb14562Copy full SHA for bb14562
tests/verbs/test_create_base_text_units.py
@@ -50,7 +50,7 @@ async def test_create_base_text_units_metadata_included_in_chunk():
50
51
context = await create_test_context()
52
53
- config = GraphRagConfig({"models": DEFAULT_MODEL_CONFIG}) # type: ignore
+ config = GraphRagConfig(models=DEFAULT_MODEL_CONFIG) # type: ignore
54
config.input.metadata = ["title"]
55
config.chunks.prepend_metadata = True
56
config.chunks.chunk_size_includes_metadata = True
0 commit comments