From d02d71eab6399da3b5737b38f44014b97353642f Mon Sep 17 00:00:00 2001 From: Marco Vinciguerra Date: Sat, 25 Jan 2025 09:45:24 +0100 Subject: [PATCH] feat: add scrapegraph to the doc --- docs/concepts/tools.mdx | 1 + docs/mint.json | 1 + 2 files changed, 2 insertions(+) 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",