September 3: Support for web search feeds, model deprecations
New Features
💡 Graphlit now supports web search feeds, using the Tavily and Exa.AI web search APIs. You can choose the
SEARCH
feed type, and assign your searchtext
property, and we will ingest the referenced web pages from the search results. Optionally, you can select the search service via theserviceType
property undersearch
feed properties. By default, Graphlit will use the Tavily API.⚡ We have deprecated these OpenAI models, according to the future support OpenAI is providing to these legacy models:
GPT35_TURBO
,GPT35_TURBO_0613
,GPT35_TURBO_16K
,GPT35_TURBO_16K_0125
,GPT35_TURBO_16K_0613
,GPT35_TURBO_16K_1106
,GPT4
,GPT4_0613
,GPT4_32K
,GPT4_32K_0613
,GPT4_TURBO_VISION_128K
, andGPT4_TURBO_VISION_128K_1106
. We suggest using GPT-4o or GPT-4o Mini instead.
Bugs Fixed
GPLA-2523: Can't ingest from same feed URI multiple times and wait on isFeedDone
Last updated