diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 6816b51..9e9b6b0 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -1262,6 +1262,7 @@ When using Pinecone as the vector store, the following environment variables are - Type: `str` - Options: - Leave empty to use default + - `external` - Use external loader - `tika` - Use a local Apache Tika server - `docling` - Use Docling engine - `document_intelligence` - Use Document Intelligence engine @@ -1276,6 +1277,20 @@ When using Pinecone as the vector store, the following environment variables are - Description: Specifies the Mistral OCR API key to use. - Persistence: This environment variable is a `PersistentConfig` variable. +#### `EXTERNAL_DOCUMENT_LOADER_URL` + +- Type: `str` +- Default: `None` +- Description: Sets the URL for the external document loader service. +- Persistence: This environment variable is a `PersistentConfig` variable. + +#### `EXTERNAL_DOCUMENT_LOADER_API_KEY` + +- Type: `str` +- Default: `None` +- Description: Sets the API key for authenticating with the external document loader service. +- Persistence: This environment variable is a `PersistentConfig` variable. + #### `TIKA_SERVER_URL` - Type: `str`