Skip to content

Commit bfb5b4c

Browse files
authored
Merge branch 'main' into pre/beta
2 parents 8c7c231 + 96064f2 commit bfb5b4c

File tree

9 files changed

+33
-10
lines changed

9 files changed

+33
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
## [1.34.0-beta.13](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.34.0-beta.12...v1.34.0-beta.13) (2025-01-03)
22

33

4+
45
### Bug Fixes
56

67
* bump hatchling version to 1.26.3 ([159ed32](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/159ed329d2e8fa86015df1e59a7e2ebb439c6ec0))
78

89
## [1.34.0-beta.12](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.34.0-beta.11...v1.34.0-beta.12) (2025-01-02)
910

1011

12+
### Docs
13+
1114
### Bug Fixes
1215

1316
* removed license for license-files ([b5acfb4](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/b5acfb414321989c45f76fad82f0d720ec889274))
@@ -110,6 +113,7 @@
110113
* **release:** 1.33.7 [skip ci] ([7a5764e](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/7a5764e3fdbfea12b04ea0686a28025a9d89cb2f))
111114
* **release:** 1.33.8 [skip ci] ([bdd6a39](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/bdd6a392e2c18de8c3e4e47e2f91a4a366365ff2))
112115

116+
113117
## [1.33.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.33.1...v1.33.2) (2024-12-06)
114118

115119

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,21 @@ Just say which information you want to extract and the library will do it for yo
2424
<img src="https://raw.githubusercontent.com/VinciGit00/Scrapegraph-ai/main/docs/assets/sgai-hero.png" alt="ScrapeGraphAI Hero" style="width: 100%;">
2525
</p>
2626

27-
## News 📰
27+
## 🔗 ScrapeGraph API & SDKs
28+
If you are looking for a quick solution to integrate ScrapeGraph in your system, check out our powerful API [here!](https://dashboard.scrapegraphai.com/login)
2829

29-
- ScrapegraphAI has now his APIs! Check it out [here](https://scrapegraphai.com)!
30+
<p align="center">
31+
<img src="https://raw.githubusercontent.com/VinciGit00/Scrapegraph-ai/main/docs/assets/api-banner.png" alt="ScrapeGraph API Banner" style="width: 100%;">
32+
</p>
33+
34+
We offer SDKs in both Python and Node.js, making it easy to integrate into your projects. Check them out below:
35+
36+
| SDK | Language | GitHub Link |
37+
|-----------|----------|-----------------------------------------------------------------------------|
38+
| Python SDK | Python | [scrapegraph-py](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-py) |
39+
| Node.js SDK | Node.js | [scrapegraph-js](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-js) |
40+
41+
The Official API Documentation can be found [here](https://docs.scrapegraphai.com/).
3042

3143
## 🚀 Quick install
3244

@@ -145,8 +157,7 @@ Try it directly on the web using Google Colab:
145157
## 📖 Documentation
146158

147159
The documentation for ScrapeGraphAI can be found [here](https://scrapegraph-ai.readthedocs.io/en/latest/).
148-
149-
Check out also the Docusaurus [here](https://scrapegraph-doc.onrender.com/).
160+
Check out also the Docusaurus [here](https://docs-oss.scrapegraphai.com/).
150161

151162
## 🏆 Sponsors
152163
<div style="text-align: center;">
@@ -214,4 +225,4 @@ ScrapeGraphAI is licensed under the MIT License. See the [LICENSE](https://githu
214225
- We would like to thank all the contributors to the project and the open-source community for their support.
215226
- ScrapeGraphAI is meant to be used for data exploration and research purposes only. We are not responsible for any misuse of the library.
216227

217-
Made with ❤️ by [ScrapeGraph AI](https://scrapegraphai.com)
228+
Made with ❤️ by [ScrapeGraph AI](https://scrapegraphai.com)

cookbook/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 📚 Official Cookbook
2+
3+
Looking for examples and guides? Then head over to the official ScrapeGraph SDK [Cookbook](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/cookbook)!
4+
5+
The cookbook provides step-by-step instructions, practical examples, and tips to help you get started and make the most out of ScrapeGraph SDK.
6+
7+
You will find some colab notebooks with our partners as well, such as Langchain 🦜 and LlamaIndex 🦙
8+
9+
Happy scraping! 🚀

docs/assets/api-banner.png

58.6 KB
Loading

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[project]
22
name = "scrapegraphai"
33
version = "1.34.0b13"
4+
45
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
56
authors = [
67
{ name = "Marco Vinciguerra", email = "mvincig11@gmail.com" },
@@ -108,6 +109,7 @@ screenshot_scraper = [
108109

109110
[build-system]
110111
requires = ["hatchling==1.26.3"]
112+
111113
build-backend = "hatchling.build"
112114

113115
[dependency-groups]

scrapegraphai/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
"""
22
__init__.py file for scrapegraphai folder
33
"""
4-
__version__ = "1.33.7"

scrapegraphai/_version.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

scrapegraphai/helpers/models_tokens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"llama3.2": 128000,
8080
"llama3.2:1b": 128000,
8181
"scrapegraph": 8192,
82-
"mistral": 4096,
82+
"mistral": 8192,
8383
"mistral-small": 128000,
8484
"mistral-openorca": 32000,
8585
"mistral-large": 128000,

uv.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)