Changelog for genAiSearch
Table of contents
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
conversationIdinstead ofresultId. Bookmarked or deep-linked result URLs from previous releases will no longer resolve correctly. Genai.Query.Result.engineLoghas been renamed tologEntries. 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-guardintegration) → no longer supported. The guardrail type definitions remain but are no longer active.
Other
- All unstructured data ingestion code has been moved from the
unstructuredDIpackage togenaiPlatform. Continue to depend ongenAiBase.