C3 AI Documentation Home

Changelog for genAiSearch

Table of contents

  1. New features
  2. Improvements
  3. Breaking changes
  4. Removed support
  5. Other

New features

Integration with Data Fusion

Unstructured data ingestion pipelines can now be created and edited through the Data Fusion UI. Configure parsing, metadata tagging, and retrieval settings without writing code. See Configuring Unstructured Pipelines.

Workspaces

Workspaces are now supported as a server-side capability, enabling isolated execution environments for agents. Each agent session operates within a dedicated workspace that manages file state and tool execution context across multi-step tasks.

Improvements

Breaking changes

  • Conversation URLs now use conversationId instead of resultId. Bookmarked or deep-linked result URLs from previous releases will no longer resolve correctly.
  • Genai.Query.Result.engineLog has been renamed to logEntries. Update any code that references this field.

Removed support

The following features were deprecated in 8.10 and are removed in 8.11:

  • LLM guardrails (llm-guard integration) → no longer supported. The guardrail type definitions remain but are no longer active.

Other

  • All unstructured data ingestion code has been moved from the unstructuredDI package to genaiPlatform. Continue to depend on genAiBase.
Was this page helpful?