Skip to content

Commit

Permalink
Update apify.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgeyucel authored Aug 5, 2024
1 parent 746d73d commit 217cab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/apify.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ toc: true
It helps automate web tasks and extract content from e-commerce websites, social media (Facebook, Instagram, TikTok), search engines, online maps, and more.
Apify provides more than two thousand ready-made cloud solutions called Actors.

> Follow 🧑‍🍳 [Cookbook: Extract and use website content for question answering with Apify-Haystack integration](https://github.com/deepset-ai/haystack-cookbook/blob/main/notebooks/apify_haystack_rag.ipynb) for the full example
## Installation

Install the Apify-haystack integration:
Expand Down Expand Up @@ -122,6 +120,8 @@ for d in dataset:

### ApifyDatasetFromActorCall in a RAG pipeline

> Follow 🧑‍🍳 [Cookbook: Extract and use website content for question answering with Apify-Haystack integration](https://github.com/deepset-ai/haystack-cookbook/blob/main/notebooks/apify_haystack_rag.ipynb) for the full runnable example.
*Retrieval-Augmented Generation (RAG):* Extracting text content from a website and using it for question answering.
Answer questions about the https://haystack.deepset.ai website using the extracted text content.

Expand Down

0 comments on commit 217cab4

Please sign in to comment.