From 98aa74ff2d35041884130be14efdf47ca5e716df Mon Sep 17 00:00:00 2001 From: Marco Perini Date: Mon, 23 Dec 2024 12:09:01 +0100 Subject: [PATCH] docs: added official cookbook reference --- cookbook/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cookbook/README.md diff --git a/cookbook/README.md b/cookbook/README.md new file mode 100644 index 00000000..fe1cb2c6 --- /dev/null +++ b/cookbook/README.md @@ -0,0 +1,9 @@ +## 📚 Official Cookbook + +Looking for examples and guides? Then head over to the official ScrapeGraph SDK [Cookbook](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/cookbook)! + +The cookbook provides step-by-step instructions, practical examples, and tips to help you get started and make the most out of ScrapeGraph SDK. + +You will find some colab notebooks with our partners as well, such as Langchain 🦜 and LlamaIndex 🦙 + +Happy scraping! 🚀