We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca436ab commit aa14271Copy full SHA for aa14271
README.md
@@ -45,6 +45,7 @@ There are three main scraping pipelines that can be used to extract information
45
- `SmartScraperGraph`: single-page scraper that only needs a user prompt and an input source;
46
- `SearchGraph`: multi-page scraper that extracts information from the top n search results of a search engine;
47
- `SpeechGraph`: single-page scraper that extracts information from a website and generates an audio file.
48
+- `SmartScraperMultiGraph`: multiple page scraper given a single prompt
49
50
It is possible to use different LLM through APIs, such as **OpenAI**, **Groq**, **Azure** and **Gemini**, or local models using **Ollama**.
51
0 commit comments