October 15: Support for Anthropic Claude models, Slack feeds and entity enrichment
New Features
Added
embedFacets
property to conversation strategy in specification object.Added
embedCitations
property to conversation strategy in specification object. This makes content citations optional with the completed conversation message.Added GraphQL mutations for multi-delete of entities, such as
deleteCollections
,deleteLabels
, ordeleteConversations
.Added GraphQL
deleteAllConversations
mutation to delete all conversations.Added support for automatically adding ingested content to one or more collections, via ingestion stage of workflow object.
Added
specification
property to preparation workflow stage, which will be used to select the LLM for text summarization.Expanded the properties for observed entities, such as Person, Organization or Product. Now supports a wider range of properties for entity enrichment.
Bugs Fixed
GPLA-1520: Unlimited conversation quota not assigned when upgrading project tier
GPLA-1285: Entity enrichment not firing event, which can be sent to actions
GPLA-1361: Web page left in ingested state, when URL not accessible.
Last updated