We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793ff8c commit 9e151d1Copy full SHA for 9e151d1
src/neo4j_graphrag/experimental/components/types.py
@@ -38,7 +38,7 @@ class DocumentInfo(DataModel):
38
path: str
39
metadata: Optional[Dict[str, str]] = None
40
uid: str = Field(default_factory=lambda: str(uuid.uuid4()))
41
- document_type: Optional[document_type] = None
+ document_type: Optional[str] = None
42
43
@property
44
def document_id(self) -> str:
0 commit comments