Skip to content

Commit 54e7aa4

Browse files
committed
Fix type
1 parent a2d3769 commit 54e7aa4

File tree

1 file changed

+1
-1
lines changed
  • src/neo4j_graphrag/experimental/components

1 file changed

+1
-1
lines changed

src/neo4j_graphrag/experimental/components/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class DocumentInfo(DataModel):
3838
path: str
3939
metadata: Optional[Dict[str, str]] = None
4040
uid: str = Field(default_factory=lambda: str(uuid.uuid4()))
41-
document_type: Optional[document_type] = None
41+
document_type: Optional[str] = None
4242

4343
@property
4444
def document_id(self) -> str:

0 commit comments

Comments
 (0)