diff --git a/README.md b/README.md index 57eb79d0..75cda0eb 100644 --- a/README.md +++ b/README.md @@ -32,27 +32,31 @@ playwright install **Note**: it is recommended to install the library in a virtual environment to avoid conflicts with other libraries 🐱 -By the way if you to use not mandatory modules it is necessary to install by yourself with the following command: +
+Optional Dependencies +Additional dependecies can be added while installing the library: -### Installing "Other Language Models" +- More Language Models: additional language models are installed, such as Fireworks, Groq, Anthropic, Hugging Face, and Nvidia AI Endpoints. -This group allows you to use additional language models like Fireworks, Groq, Anthropic, Hugging Face, and Nvidia AI Endpoints. -```bash -pip install scrapegraphai[other-language-models] + ```bash + pip install scrapegraphai[other-language-models] + ``` -``` -### Installing "More Semantic Options" +- Semantic Options: this group includes tools for advanced semantic processing, such as Graphviz. + + ```bash + pip install scrapegraphai[more-semantic-options] + ``` + +- Browsers Options: this group includes additional browser management tools/services, such as Browserbase. + + ```bash + pip install scrapegraphai[more-browser-options] + ``` + +
-This group includes tools for advanced semantic processing, such as Graphviz. -```bash -pip install scrapegraphai[more-semantic-options] -``` -### Installing "More Browser Options" -This group includes additional browser management options, such as BrowserBase. -```bash -pip install scrapegraphai[more-browser-options] -``` ## 💻 Usage There are multiple standard scraping pipelines that can be used to extract information from a website (or local file). @@ -128,6 +132,9 @@ Check out also the Docusaurus [here](https://scrapegraph-doc.onrender.com/). ## 🏆 Sponsors
+ + Browserbase + SerpAPI diff --git a/docs/assets/browserbase_logo.png b/docs/assets/browserbase_logo.png new file mode 100644 index 00000000..bd16f2e1 Binary files /dev/null and b/docs/assets/browserbase_logo.png differ diff --git a/docs/source/introduction/overview.rst b/docs/source/introduction/overview.rst index 00a76d5d..506770a5 100644 --- a/docs/source/introduction/overview.rst +++ b/docs/source/introduction/overview.rst @@ -82,6 +82,11 @@ FAQ Sponsors ======== +.. image:: ../../assets/browserbase_logo.png + :width: 10% + :alt: Browserbase + :target: https://www.browserbase.com/ + .. image:: ../../assets/serp_api_logo.png :width: 10% :alt: Serp API