diff --git a/posts/config/env_vars/index.html b/posts/config/env_vars/index.html index 88ec0fa9..39c6c649 100644 --- a/posts/config/env_vars/index.html +++ b/posts/config/env_vars/index.html @@ -370,7 +370,7 @@ a {
str.*\.txt.*\.txt$str.*\.csv.*\.csv$GRAPHRAG_INPUT_SOURCE_COLUMNtype text|csv - The type of input data to load. Either text or csv. Default is csvfile_encoding str - The encoding of the input file. Default is utf-8file_pattern str - A glob pattern to match input files. Default is **/*.csv if in csv mode and **/*.txt if in text mode.file_pattern str - A regex to match input files. Default is .*\.csv$ if in csv mode and .*\.txt$ if in text mode.source_column str - (CSV Mode Only) The source column name.timestamp_column str - (CSV Mode Only) The timestamp column name.timestamp_format str - (CSV Mode Only) The source format.