> For the complete documentation index, see [llms.txt](https://changelog.graphlit.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.graphlit.dev/september-2024/september-3-support-for-web-search-feeds-model-deprecations.md).

# September 3: Support for web search feeds, model deprecations

### New Features

* :bulb: Graphlit now supports web search feeds, using the [Tavily](https://tavily.com/) and [Exa.AI](https://exa.ai/) web search APIs. You can choose the `SEARCH` feed type, and assign your search `text` property, and we will ingest the referenced web pages from the search results.  Optionally, you can select the search service via the `serviceType` property under `search` feed properties.  By default, Graphlit will use the Tavily API.
* :zap: 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`, and `GPT4_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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.graphlit.dev/september-2024/september-3-support-for-web-search-feeds-model-deprecations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
