Skip to content

Commit 02745a4

Browse files
committed
Merge branch 'main' into pre/beta
2 parents 9e9f8f0 + 746e7bd commit 02745a4

29 files changed

+65
-1346
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dist/
1414
*.egg-info/
1515
*.egg
1616
MANIFEST
17+
*.python-version
1718

1819
docs/build/
1920
docs/source/_templates/
@@ -31,6 +32,5 @@ examples/graph_examples/ScrapeGraphAI_generated_graph
3132
examples/**/result.csv
3233
examples/**/result.json
3334
main.py
34-
*.python-version
35-
*.lock
35+
3636

.python-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
1-
## [1.2.0-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.1.0...v1.2.0-beta.1) (2024-05-15)
1+
## [1.2.4](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.2.3...v1.2.4) (2024-05-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **deepcopy:** switch whether we have obj in the config ([d4d913c](https://github.com/VinciGit00/Scrapegraph-ai/commit/d4d913c8a360b907ebe1fbf3764e00b69783afe8))
7+
8+
## [1.2.3](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.2.2...v1.2.3) (2024-05-15)
9+
10+
11+
### Bug Fixes
12+
13+
* **deepcopy:** reaplced to shallow copy ([999c930](https://github.com/VinciGit00/Scrapegraph-ai/commit/999c930f424430a3d3d7ff604afbd2bf6d27c7ad))
14+
15+
## [1.2.2](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.2.1...v1.2.2) (2024-05-15)
16+
17+
18+
### Bug Fixes
19+
20+
* come back to the old version ([cc5adef](https://github.com/VinciGit00/Scrapegraph-ai/commit/cc5adefd29eb2d0d7127515c4a4a72eabbc7eaa8))
21+
22+
## [1.2.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.2.0...v1.2.1) (2024-05-15)
23+
24+
25+
### Bug Fixes
26+
27+
* removed unused ([5587a64](https://github.com/VinciGit00/Scrapegraph-ai/commit/5587a64d23451a6a216000fe83b2ce1cc8f7141b))
28+
29+
## [1.2.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.1.0...v1.2.0) (2024-05-15)
230

331

432
### Features

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
88
[![](https://dcbadge.vercel.app/api/server/gkxQDAjfeX)](https://discord.gg/gkxQDAjfeX)
99

10-
1110
ScrapeGraphAI is a *web scraping* python library that uses LLM and direct graph logic to create scraping pipelines for websites and local documents (XML, HTML, JSON, etc.).
1211

1312
Just say which information you want to extract and the library will do it for you!

docs/source/getting_started/installation.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ The library is available on PyPI, so it can be installed using the following com
2525

2626
It is higly recommended to install the library in a virtual environment (conda, venv, etc.)
2727

28-
If you clone the repository, you can install the library using `rye <https://rye-up.com/>`_. Follow the installation instruction from the website and then run:
28+
If your clone the repository, you can install the library using `poetry <https://python-poetry.org/docs/>`_:
2929

3030
.. code-block:: bash
3131
32-
rye pin 3.10
33-
rye sync
34-
rye build
32+
poetry install
3533
3634
Additionally on Windows when using WSL
3735
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

examples/custom_graph_domtree.py

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

examples/domtree_example.py

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

examples/faiss_vector.py

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

0 commit comments

Comments
 (0)