You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config/env_vars.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,11 +178,11 @@ This section controls the cache mechanism used by the pipeline. This is used to
178
178
179
179
### Reporting
180
180
181
-
This section controls the reporting mechanism used by the pipeline, for common events and error messages. The default is to write reports to a file in the output directory. However, you can also choose to write reports to the console or to an Azure Blob Storage container.
181
+
This section controls the reporting mechanism used by the pipeline, for common events and error messages. The default is to write reports to a file in the output directory. However, you can also choose to write reports to an Azure Blob Storage container.
182
182
183
183
| Parameter | Description | Type | Required or Optional | Default |
|`GRAPHRAG_REPORTING_TYPE`| The type of reporter to use. Options are `file`, `console`, or `blob`|`str`| optional |`file`|
185
+
|`GRAPHRAG_REPORTING_TYPE`| The type of reporter to use. Options are `file` or `blob`|`str`| optional |`file`|
186
186
|`GRAPHRAG_REPORTING_STORAGE_ACCOUNT_BLOB_URL`| The Azure Storage blob endpoint to use when in `blob` mode and using managed identity. Will have the format `https://<storage_account_name>.blob.core.windows.net`|`str`| optional | None |
187
187
|`GRAPHRAG_REPORTING_CONNECTION_STRING`| The Azure Storage connection string to use when in `blob` mode. |`str`| optional | None |
188
188
|`GRAPHRAG_REPORTING_CONTAINER_NAME`| The Azure Storage container name to use when in `blob` mode. |`str`| optional | None |
Copy file name to clipboardExpand all lines: docs/config/yaml.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,11 +149,11 @@ This section controls the cache mechanism used by the pipeline. This is used to
149
149
150
150
### reporting
151
151
152
-
This section controls the reporting mechanism used by the pipeline, for common events and error messages. The default is to write reports to a file in the output directory. However, you can also choose to write reports to the console or to an Azure Blob Storage container.
152
+
This section controls the reporting mechanism used by the pipeline, for common events and error messages. The default is to write reports to a file in the output directory. However, you can also choose to write reports to an Azure Blob Storage container.
153
153
154
154
#### Fields
155
155
156
-
- `type`**file|console|blob** - The reporting type to use. Default=`file`
156
+
- `type`**file|blob** - The reporting type to use. Default=`file`
157
157
- `base_dir`**str** - The base directory to write reports to, relative to the root.
158
158
- `connection_string`**str** - (blob only) The Azure Storage connection string.
159
159
- `container_name`**str** - (blob only) The Azure Storage container name.
0 commit comments