February 16: Support for Trello feed, Assembly.AI audio transcription, OpenAI o3-mini, bug fixes
New Features
💡 Graphlit now supports Trello feeds for ingesting Trello cards and/or cards from Trello boards. Trello feeds require your Trello API key and token for authentication. You can provide either a list of Trello card identifiers or Trello board identifiers for ingestion as
ISSUE
content type.💡 Graphlit now supports Assembly.AI audio transcription, as an optional service type configuration (
ASSEMBLY_AI
) in the preparation workflow. You can select the Assembly.AI properties ofenableRedaction
,enableSpeakerDiarization
,detectLanguage
andlanguage
.We have added support for OpenAI o3-mini model with the model enum
O3_MINI_200K
.We have added a
reasoningLevel
property to OpenAI model properties, with potential values ofHIGH
,MEDIUM
, andLOW
.We have added support for the latest Deepgram Nova-3 model with the model enum
NOVA3
.
Bugs Fixed
GPLA-3793: Not stopping ingestion if validate tools fails
GPLA-3807: Not handling HTML links w/o URI scheme
GPLA-3827: Handle transient error on getting Microsoft email folder
GPLA-3819: Handle missing Crunchbase entities without erroring observable
Last updated