mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-23 21:00:30 +08:00
docs: add diagram showing general structure/flow of the library
This commit is contained in:
parent
3f0e0694f3
commit
13ae9180ac
BIN
docs/assets/project_overview_diagram.fig
Normal file
BIN
docs/assets/project_overview_diagram.fig
Normal file
Binary file not shown.
BIN
docs/assets/project_overview_diagram.png
Normal file
BIN
docs/assets/project_overview_diagram.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 74 KiB |
@ -18,3 +18,14 @@ Flexibility and Adaptability
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
Traditional web scraping tools often rely on fixed patterns or manual configuration to extract data from web pages. ScrapegraphAI, leveraging the power of LLMs, adapts to changes in website structures, reducing the need for constant developer intervention.
|
||||
This flexibility ensures that scrapers remain functional even when website layouts change.
|
||||
|
||||
|
||||
Overview
|
||||
========
|
||||
With ScrapegraphAI you first construct a pipeline of steps you want to execute by combining nodes into a graph.
|
||||
Executing the graph takes care of all the steps that are often part of scraping: fetching, parsing etc...
|
||||
Finally the scraped and processed data gets fed to an LLM which generates a response.
|
||||
|
||||
.. image:: ../../assets/project_overview_diagram.png
|
||||
:align: center
|
||||
:alt: ScrapegraphAI Overview
|
||||
Loading…
Reference in New Issue
Block a user