mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 15:17:26 +08:00
docs: add back docling remote vlm for release 1.7 (#10489)
* add-back-docling-vlm-content * add-release-note
This commit is contained in:
@ -129,6 +129,42 @@ For more information, see the [Docling core project repository](https://github.c
|
||||
| md_page_break_placeholder | String | Add this placeholder between pages in the markdown output. |
|
||||
| doc_key | String | The key to use for the `DoclingDocument` column. |
|
||||
|
||||
### Docling VLM pipeline with remote model {#docling-remote-vlm}
|
||||
|
||||
The **Docling Remote VLM** component uses Docling to process input documents through a Vision Language Model (VLM) pipeline that runs a remote model.
|
||||
It supports both **IBM Cloud Watsonx** and **OpenAI-compatible** providers.
|
||||
|
||||
This component enables document conversion, such as PDF to text or Markdown, using multimodal models hosted on remote APIs.
|
||||
|
||||
It outputs `files`, which are processed files containing `DoclingDocument` data.
|
||||
|
||||
For more information, see the [Docling VLM pipeline with API model example](https://docling-project.github.io/docling/examples/vlm_pipeline_api_model/).
|
||||
|
||||
#### Docling VLM pipeline parameters
|
||||
|
||||
| Name | Type | Description |
|
||||
|------|------|-------------|
|
||||
| files | File | The files to process. |
|
||||
| provider | String | Select which remote VLM provider to use (`IBM Cloud` or `OpenAI-Compatible`). |
|
||||
| vlm_prompt | String | Prompt text to send to the Vision-Language Model during processing. |
|
||||
|
||||
#### IBM Cloud parameters
|
||||
|
||||
| Name | Type | Description |
|
||||
|------|------|-------------|
|
||||
| watsonx_api_key | Secret String | IBM Cloud API key used for authentication (leave blank to load from `.env`). |
|
||||
| watsonx_project_id | String | The Watsonx project ID or deployment space ID associated with the model. |
|
||||
| url | String | The base URL of the Watsonx API, such as `https://us-south.ml.cloud.ibm.com`). |
|
||||
| model_name | String | Model name from the available Watsonx foundation models list. |
|
||||
|
||||
#### OpenAI-Compatible parameters
|
||||
|
||||
| Name | Type | Description |
|
||||
|------|------|-------------|
|
||||
| openai_base_url | String | Base URL for the OpenAI-compatible API, such as `https://openrouter.ai/api/`). |
|
||||
| openai_api_key | Secret String | API key for OpenAI-compatible endpoints. Leave this field blank if the key is not required. |
|
||||
| openai_model | String | Model ID for OpenAI-compatible provider, such as `gpt-4o-mini`). |
|
||||
|
||||
## See also
|
||||
|
||||
* [**Read File** component](/components-data#file)
|
||||
* [**File** component](/components-data#file)
|
||||
@ -83,6 +83,8 @@ For all changes, see the [Changelog](https://github.com/langflow-ai/langflow/rel
|
||||
|
||||
New [**CometAPI** bundle](/bundles-cometapi)
|
||||
|
||||
New [**Docling Remote VLM** component](/bundles-docling#docling-remote-vlm)
|
||||
|
||||
### Deprecations
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user