mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
Update env-configuration.md
Add External Document Loader flags and option in content extraction engine.
This commit is contained in:
parent
639ece239e
commit
7d550bf6fe
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user