February 16: Support for Trello feed, Assembly.AI audio transcription, OpenAI o3-mini, bug fixes
Last updated
Last updated
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. (Colab Notebook Example)
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 of enableRedaction
, enableSpeakerDiarization
, detectLanguage
and language
. (Colab Notebook Example)
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 of HIGH
, MEDIUM
, and LOW
.
We have added support for the latest Deepgram Nova-3 model with the model enum NOVA3
.
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