You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integrations/apify.md
+15-13Lines changed: 15 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,8 @@ toc: true
32
32
It helps automate web tasks and extract content from e-commerce websites, social media (Facebook, Instagram, TikTok), search engines, online maps, and more.
33
33
Apify provides more than two thousand ready-made cloud solutions called Actors.
34
34
35
+
> 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
36
+
35
37
## Installation
36
38
37
39
Install the Apify-haystack integration:
@@ -75,12 +77,14 @@ Haystack is an open-source framework fo...', meta: {'url': 'https://docs.haystac
75
77
76
78
```python
77
79
from dotenv import load_dotenv
80
+
import os
78
81
from haystack import Document
79
82
80
83
from apify_haystack import ApifyDatasetFromActorCall
81
84
82
-
# Set APIFY-API-TOKEN here or load it from .env file
0 commit comments