October 17: Support for video publishing, embedding opt-out, Claude Haiku 4.5
New Features
π‘ Graphlit now supports Google Veo 3 video publishing, extending our content generation capabilities beyond audio (ElevenLabs) to include AI-generated video.
Developers can now opt out of vector embeddings during enrichment via storage policy configuration. This enables keyword-only search for specific content types without the overhead of vector indexing.
We have added support for message collections for Slack, Teams, and Discord feeds via
enableMessageCollectionsinIngestionWorkflowStageconfiguration, mirroring the existingenableEmailCollectionsfunctionality for threaded conversation organization.We have added support for Claude Haiku 4.5 with the model enum
CLAUDE_4_5_HAIKU.We have added Exa Code as a new web search option via
EXA_CODEsearch service type, optimized for developer-focused code and documentation queries.
Bugs Fixed
GPLA-4661: Fixed race condition where content ingested near alert window boundaries could be missed
GPLA-4660: Fixed resource exhaustion error when exporting large MP4 files from Google Drive
GPLA-4648: Alert webhook URIs can now be updated via
updateAlertwithout recreating the alertGPLA-4652: Fixed Anthropic Claude error when both
temperatureandtop_pwere specifiedGPLA-4643: Workflow actions now properly update via
upsertWorkflowmutation
Last updated