November 4: Support for Anthropic Claude 3.5 Haiku, bug fixes
PreviousNovember 10: Support for web search, multi-turn content summarization, Deepgram language detectionNextOctober 31: Support for simulated tool calling, bug fixes
Last updated
Graphlit now supports the latest Anthropic Haiku 3.5 model, with the model enum CLAUDE_3_5_HAIKU_20241022.
β‘ Once a project has hit the free tier quota, we will now automatically disable all feeds. Once the project has been upgraded to a paid tier, you can use the enableFeed mutation to re-enable your existing feeds to continue ingestion.
β‘ We have added the disableFallback flag to the RetrievalStrategyInput type, so you can disable the default behavior of falling back to the previous conversation's contents, or worst-case, falling back to the most recently uploaded content. By setting disableFallback to true, conversations will only attempt to retrieve contents based on the provided filter and/or augmentedFilter properties.
GPLA-3367: Not extracting text from HTML button element
Last updated