October 07

Connectors

LLM connector update

The LLM connector has been enhanced with new features:

  • Amazon Bedrock compatibility: You can now configure the connector to work with Amazon Bedrock.

  • New parameters:

    • Timeout: Maximum time (in milliseconds) allowed for the operation to complete.

    • Max Entries: Maximum number of retry attempts if the operation fails.

    • File: The connector now supports adding files as input. This allows you to include file-based data directly in your prompts.

These updates give you greater flexibility, performance, and integration options when working with large language models in your pipelines.

See the full documentation

Stream CSV Reader update – New Chunk Size parameter

The Stream CSV Reader connector now supports a new configuration parameter: Chunk Size, available under Advanced settings.

With this option, you can define the number of rows the connector should read from a CSV file at a time. By processing the file in smaller chunks, you can optimize both pipeline performance and resource usage, especially when working with large datasets.

This improvement gives you more control and efficiency when handling CSV files in your integrations.

Read the documentation

Documentation

We’ve updated the following documentation:

Improvements and bug fixes

  • Clearer messages when archiving projects: A confirmation dialog now alerts that archived pipelines within a project cannot be recovered, and the error message shown when attempting to archive a project with active pipelines is now more user-friendly.

  • Interface update on the Monitor Overview page: We’ve improved the interface design on the Monitor Overview page, increasing the navigation and usability.

  • Design update on the pipeline cards on the Run page: We’ve improved the design of the pipeline cards on the Run page, increasing usability.

  • Digibee Script connector: We’ve improved the Digibee Script connector including the maximum timeout configuration, 300,000 ms (5 minutes).

  • SAP Connector: We’ve added the Raw Mode parameter to the SAP (IDoc and RFC) connector. When enabled, it returns the response in the original SAP XML format wrapped in JSON.

Last updated

Was this helpful?