mirror of
https://github.com/microsoft/graphrag.git
synced 2026-01-14 00:57:23 +08:00
Typo
This commit is contained in:
parent
36b7be72f1
commit
9d161bdd9f
@ -38,7 +38,7 @@ class StructuredFileReader(InputReader):
|
||||
for index, row in enumerate(rows):
|
||||
# text column is required - harvest from dict
|
||||
text = row[self._text_column]
|
||||
# id is optional - generate from harvest from dict or hash from text
|
||||
# id is optional - harvest from dict or hash from text
|
||||
id = (
|
||||
row[self._id_column]
|
||||
if self._id_column
|
||||
|
||||
Loading…
Reference in New Issue
Block a user