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 { The file pattern regexp to use when reading input files from the input directory. str optional -.*\.txt +.*\.txt$ @@ -391,7 +391,7 @@ a { The file pattern regexp to use when reading input files from the input directory. str optional -.*\.csv +.*\.csv$ GRAPHRAG_INPUT_SOURCE_COLUMN diff --git a/posts/config/json_yaml/index.html b/posts/config/json_yaml/index.html index 17bacad5..6a74ca9b 100644 --- a/posts/config/json_yaml/index.html +++ b/posts/config/json_yaml/index.html @@ -355,7 +355,7 @@ API_KEY=some_api_key