Skip to content

Commit c39e812

Browse files
committed
Add overview images
1 parent 4f237ca commit c39e812

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

sources/platform/integrations/ai/openai_assistants.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@ Next, we’ll show how to save data from Apify Actors into the OpenAI Vector Sto
2323
We'll use [RAG-Web-Browser](https://apify.com/apify/rag-web-browser) to fetch the latest information from the web and provide it to the OpenAI Assistant through [function calling](https://platform.openai.com/docs/assistants/tools/function-calling?context=without-streaming).
2424
To begin, we need to create an OpenAI Assistant with the appropriate instructions.
2525
After that, we can initiate a conversation with the assistant by creating a thread, adding messages, and running the assistant to receive responses.
26+
The image below provides an overview of the entire process:
2627

27-
The following image provides an overview of the Apify-OpenAI Assistant integration:
28+
![Apify-OpenAI Assistant integration](../images/openai-assistant-rag-web-browser.png)
2829

29-
[//]: # (![Apify-OpenAI Assistant integration](../images/apify-openai-assistant-integration.png))
30-
31-
Before we start, we need to install all dependencies:
30+
Before we start creating the assistant, we need to install all dependencies:
3231

3332
```bash
3433
pip install apify-client openai
@@ -176,13 +175,12 @@ The latest news on LLM is as follows:
176175

177176
## Save data into OpenAI Vector Store and use it in the assistant
178177

179-
To provide real-time or proprietary data, OpenAI Assistants can access the [OpenAI Vector Store](https://platform.openai.com/docs/assistants/tools/file-search/vector-stores) to retrieve information for their asnwers.
178+
To provide real-time or proprietary data, OpenAI Assistants can access the [OpenAI Vector Store](https://platform.openai.com/docs/assistants/tools/file-search/vector-stores) to retrieve information for their answers.
180179
With the [Apify OpenAI Vector Store Integration](https://apify.com/jiri.spilka/openai-vector-store-integration), data saving and updating the OpenAI Vector Store can be fully automated.
181180
For more information on automating this process, check out the blog post [How we built an AI salesman with the OpenAI Assistants API](https://blog.apify.com/enterprise-support-openai-assistant/).
182-
183181
The following image illustrates the Apify-OpenAI Vector Store integration:
184182

185-
[//]: # (![Apify-OpenAI Vector Store integration](../images/apify-openai-vector-store-integration.png))
183+
![Apify-OpenAI Vector Store integration](../images/openai-vector-store-integration.png)
186184

187185
In this example, we'll demonstrate how to save data into the OpenAI Vector Store and use it in the assistant.
188186

@@ -279,3 +277,9 @@ You can scrape a website using Apify by following these steps:
279277
3. Configure the web scraper with the URL of the website you want to scrape.
280278
4. Run the web scraper and download the data.
281279
```
280+
## Resources
281+
282+
- [Open AI Assistants](https://platform.openai.com/docs/assistants/overview)
283+
- [Open AI Function Calling](https://platform.openai.com/docs/assistants/tools/function-calling)
284+
- [Apify - RAG Web Browser](https://apify.com/apify/rag-web-browser)
285+
- [Apify - OpenAI Vector Store Integration](https://apify.com/jiri.spilka/openai-vector-store-integration)
177 KB
Loading
144 KB
Loading

sources/platform/integrations/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ If you are working on an AI/LLM-related project, we recommend you look into the
183183
title="OpenAI Assistants"
184184
to="./integrations/openai-assistants"
185185
imageUrl="/img/platform/integrations/openai.svg"
186-
imageUrlDarkTheme="/img/platform/integrations/openai-white.png"
186+
imageUrlDarkTheme="/img/platform/integrations/openai-white.svg"
187187
smallImage
188188
/>
189189
</CardGrid>

0 commit comments

Comments
 (0)