Skip to content

Commit 15421ef

Browse files
committed
feat(merge): add scriptcreatormulti, rag cache and semchunk
1 parent 650c3aa commit 15421ef

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,14 @@ The documentation for ScrapeGraphAI can be found [here](https://scrapegraph-ai.r
4343
Check out also the Docusaurus [here](https://scrapegraph-doc.onrender.com/).
4444

4545
## 💻 Usage
46-
There are three main scraping pipelines that can be used to extract information from a website (or local file):
46+
There are multiple standard scraping pipelines that can be used to extract information from a website (or local file):
4747
- `SmartScraperGraph`: single-page scraper that only needs a user prompt and an input source;
4848
- `SearchGraph`: multi-page scraper that extracts information from the top n search results of a search engine;
4949
- `SpeechGraph`: single-page scraper that extracts information from a website and generates an audio file.
50-
- `SmartScraperMultiGraph`: multiple page scraper given a single prompt
50+
- `ScriptCreatorGraph`: single-page scraper that extracts information from a website and generates a Python script.
51+
52+
- `SmartScraperMultiGraph`: multi-page scraper that extracts information from multiple pages given a single prompt and a list of sources;
53+
- `ScriptCreatorMultiGraph`: multi-page scraper that generates a Python script for extracting information from multiple pages given a single prompt and a list of sources.
5154

5255
It is possible to use different LLM through APIs, such as **OpenAI**, **Groq**, **Azure** and **Gemini**, or local models using **Ollama**.
5356

0 commit comments

Comments
 (0)