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 cd97efc commit c520978Copy full SHA for c520978
src/neo4j_graphrag/experimental/components/types.py
@@ -36,7 +36,7 @@ class DocumentInfo(DataModel):
36
"""
37
38
path: str
39
- metadata: Optional[Dict[str, str]] = None
+ metadata: Optional[Dict[str, Any]] = None
40
uid: str = Field(default_factory=lambda: str(uuid.uuid4()))
41
document_type: Optional[str] = None
42
0 commit comments