diff --git a/docs/concepts/tools.mdx b/docs/concepts/tools.mdx index fa823d0b9..3fc649e5b 100644 --- a/docs/concepts/tools.mdx +++ b/docs/concepts/tools.mdx @@ -129,6 +129,7 @@ Here is a list of the available tools and their descriptions: | **PDFSearchTool** | A RAG tool aimed at searching within PDF documents, ideal for processing scanned documents. | | **PGSearchTool** | A RAG tool optimized for searching within PostgreSQL databases, suitable for database queries. | | **Vision Tool** | A tool for generating images using the DALL-E API. | +| **Scrapegraph Tool** | A tool for scraping websites using the Scrapegraph API. | | **RagTool** | A general-purpose RAG tool capable of handling various data sources and types. | | **ScrapeElementFromWebsiteTool** | Enables scraping specific elements from websites, useful for targeted data extraction. | | **ScrapeWebsiteTool** | Facilitates scraping entire websites, ideal for comprehensive data collection. | diff --git a/docs/mint.json b/docs/mint.json index 585fc0abd..20e276e68 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -130,6 +130,7 @@ "tools/firecrawlscrapewebsitetool", "tools/firecrawlsearchtool", "tools/githubsearchtool", + "tools/scrapegraphtool", "tools/serperdevtool", "tools/jsonsearchtool", "tools/mdxsearchtool",