October 24 – Release Notes

Discover the latest updates and improvements to Kognitos.

Release Date

October 24, 2025

Brain Version

main-c37cb91f95-43083

User Interface Version

main-2b82061354-62511

New Features

Enhanced PDF Data Extraction

Extract structured data from PDF documents more accurately and efficiently with the new file upload mode. Set the extraction mode to "file_upload", specify an LLM model, and define the fields you want to extract with specific formats.

Example:

extract data from the document
    the extraction mode is "file_upload"
    the openai model is "gpt-4o-latest"
    the first field is "invoice number"
    the first field's format is "string"
    the second field is "total amount"
    the second field's format is "number"

Resolved Issues

  • Copy API Endpoint: Resolved an issue where the Copy API Endpoint screen displayed the incorrect agent_id.

  • Connections Page: Resolved an issue that caused the Connections page to crash when a connection to an integration was present after the integration itself had been uninstalled.

  • Performance Dashboard: Resolved an issue that occurred when saving contract configurations. The character limit for the "Contract details" field has also been increased from 200 to 1,000 characters.

  • Publishing Processes: Resolved an issue where new processes and their learnings were not displayed in the publish summary when publishing for the first time.

  • System Stability: Resolved a dependency compatibility issue to prevent potential application crashes and ensure system stability.

Last updated

Was this helpful?