November 4: Support for Anthropic Claude 3.5 Haiku, bug fixes
New Features
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 theRetrievalStrategyInput
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 settingdisableFallback
to true, conversations will only attempt to retrieve contents based on the providedfilter
and/oraugmentedFilter
properties.
Bugs Fixed
GPLA-3367: Not extracting text from HTML button element
Last updated