Commit Graph

574 Commits

Author SHA1 Message Date
VinciGit00
967108dfd3 add example on readme 2024-05-02 19:14:09 +02:00
VinciGit00
2ea54eab1d fix: gemini errror 2024-05-02 18:56:37 +02:00
semantic-release-bot
35ae76f9ce ci(release): 0.6.0 [skip ci]
## [0.6.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.5.2...v0.6.0) (2024-05-02)

### Features

* added node and graph for CSV scraping ([4d542a8](4d542a88f7))
* Allow end users to pass model instances for llm and embedding model ([b86aac2](b86aac2188))
* modified node name ([02d1af0](02d1af006c))

### CI

* **release:** 0.5.0-beta.7 [skip ci] ([40b2a34](40b2a346d5))
* **release:** 0.5.0-beta.8 [skip ci] ([c11331a](c11331a26a))
2024-05-02 15:56:48 +00:00
Marco Vinciguerra
a2d5c75f10
Merge branch 'pre/beta' into main 2024-05-02 17:55:21 +02:00
semantic-release-bot
c11331a26a ci(release): 0.5.0-beta.8 [skip ci]
## [0.5.0-beta.8](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.5.0-beta.7...v0.5.0-beta.8) (2024-05-02)

### Features

* Allow end users to pass model instances for llm and embedding model ([b86aac2](b86aac2188))
2024-05-02 15:00:33 +00:00
Marco Vinciguerra
14eecef087
Merge pull request #128 from shkamboj1/pre/beta 2024-05-02 16:59:05 +02:00
Shubham Kamboj
b86aac2188 feat: Allow end users to pass model instances for llm and embedding model 2024-05-02 20:09:23 +05:30
semantic-release-bot
15be111422 ci(release): 0.5.2 [skip ci]
## [0.5.2](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.5.1...v0.5.2) (2024-05-02)

### Bug Fixes

* bug on script_creator_graph.py ([4a3bc37](4a3bc37f2f))
2024-05-02 07:25:07 +00:00
VinciGit00
4a3bc37f2f fix: bug on script_creator_graph.py 2024-05-02 09:23:46 +02:00
semantic-release-bot
55a49a4381 ci(release): 0.5.1 [skip ci]
## [0.5.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.5.0...v0.5.1) (2024-05-02)

### Bug Fixes

* examples and graphs ([5cf4e4f](5cf4e4f92f))

### Docs

* added venv suggestion ([ba2b24b](ba2b24b4cd))
* base and fetch node ([e981796](e9817963c8))
* change contributing.md with new ci/cd workflow ([3e91a46](3e91a46522))
* fixed basegraph docstring ([29427c2](29427c2334))
* graphs and helpers docstrings ([0631985](0631985e61))
* refactor examples ([c11fc28](c11fc28896))
* refactor models docstrings ([18c20eb](18c20eb03d))
* refactor nodes docstrings ([1409797](1409797475))
* update utils docstrings ([cf038b3](cf038b33ea))
2024-05-02 07:22:11 +00:00
VinciGit00
5cf4e4f92f fix: examples and graphs 2024-05-02 09:20:46 +02:00
Marco Perini
ba2b24b4cd docs: added venv suggestion 2024-05-02 01:23:39 +02:00
Marco Perini
29427c2334 docs: fixed basegraph docstring 2024-05-02 01:05:20 +02:00
Marco Perini
c11fc28896 docs: refactor examples 2024-05-02 00:44:19 +02:00
Marco Perini
0631985e61 docs: graphs and helpers docstrings 2024-05-02 00:23:38 +02:00
Marco Perini
18c20eb03d docs: refactor models docstrings 2024-05-01 23:33:42 +02:00
Marco Perini
1409797475 docs: refactor nodes docstrings 2024-05-01 23:17:57 +02:00
semantic-release-bot
40b2a346d5 ci(release): 0.5.0-beta.7 [skip ci]
## [0.5.0-beta.7](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.5.0-beta.6...v0.5.0-beta.7) (2024-05-01)

### Features

* added node and graph for CSV scraping ([4d542a8](4d542a88f7))
* modified node name ([02d1af0](02d1af006c))
2024-05-01 19:36:35 +00:00
Marco Perini
61c732fbb9
Merge pull request #124 from VinciGit00/csv-scraper
add csv scraper
2024-05-01 21:35:14 +02:00
Marco Perini
4d542a88f7 feat: added node and graph for CSV scraping 2024-05-01 21:34:40 +02:00
Marco Perini
02d1af006c feat: modified node name 2024-05-01 21:33:25 +02:00
Marco Perini
e9817963c8 docs: base and fetch node 2024-05-01 21:30:06 +02:00
VinciGit00
276ac8b40c changed name 2024-05-01 20:17:01 +02:00
VinciGit00
7c1b5796d7 add csv scraper 2024-05-01 17:20:04 +02:00
VinciGit00
5ae67f5d3b add new groq example 2024-05-01 12:48:32 +02:00
Perinim
cf038b33ea docs: update utils docstrings 2024-05-01 12:35:12 +02:00
Lorenzo Padoan
96975b2e36
Merge pull request #121 from VinciGit00/98-update-contributingmd-with-new-policy-cicd
docs: change contributing.md with new ci/cd workflow
2024-05-01 09:57:34 +02:00
Lorenzo Padoan
3e91a46522 docs: change contributing.md with new ci/cd workflow 2024-05-01 09:53:17 +02:00
semantic-release-bot
6b22a9d169 ci(release): 0.5.0 [skip ci]
## [0.5.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.4.1...v0.5.0) (2024-04-30)

### Features

* add cluade integration ([e0ffc83](e0ffc838b0))
* add co-author ([719a353](719a353410))
* **fetch:** added playwright support ([42ab0aa](42ab0aa1d2))
* added verbose flag to suppress print statements ([2dd7817](2dd7817cfb))
* base groq + requirements + toml update with groq ([7dd5b1a](7dd5b1a033))
* **refactor:** changed variable names ([8fba7e5](8fba7e5490))
* **llm:** implemented groq model ([dbbf10f](dbbf10fc77))
* updated requirements.txt ([d368725](d36872518a))

### Bug Fixes

* script generator and add new benchmarks ([e3d0194](e3d0194dc9))

### CI

* **release:** 0.4.0-beta.3 [skip ci] ([d13321b](d13321b2f8))
* **release:** 0.5.0-beta.1 [skip ci] ([450291f](450291f52e))
* **release:** 0.5.0-beta.2 [skip ci] ([ff7d12f](ff7d12f138))
* **release:** 0.5.0-beta.3 [skip ci] ([7e81f7c](7e81f7c03f))
* **release:** 0.5.0-beta.4 [skip ci] ([14e56f6](14e56f6ab1))
* **release:** 0.5.0-beta.5 [skip ci] ([5ac97e2](5ac97e2fb3))
* **release:** 0.5.0-beta.6 [skip ci] ([9356124](9356124ce3))
2024-04-30 14:52:14 +00:00
Marco Vinciguerra
b99e362294
Merge pull request #117 from VinciGit00/pre/beta 2024-04-30 16:50:47 +02:00
semantic-release-bot
9356124ce3 ci(release): 0.5.0-beta.6 [skip ci]
## [0.5.0-beta.6](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.5.0-beta.5...v0.5.0-beta.6) (2024-04-30)

### Features

* added verbose flag to suppress print statements ([2dd7817](2dd7817cfb))
2024-04-30 13:45:42 +00:00
Marco Vinciguerra
84e6fac457
Merge pull request #116 from VinciGit00/feat/verbose_flag 2024-04-30 15:44:11 +02:00
EURAC\marperini
2dd7817cfb feat: added verbose flag to suppress print statements 2024-04-30 15:31:57 +02:00
semantic-release-bot
5ac97e2fb3 ci(release): 0.5.0-beta.5 [skip ci]
## [0.5.0-beta.5](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.5.0-beta.4...v0.5.0-beta.5) (2024-04-30)

### Features

* **refactor:** changed variable names ([8fba7e5](8fba7e5490))
2024-04-30 12:31:23 +00:00
Marco Perini
d592d27bb4
Merge pull request #115 from VinciGit00/101-scrape-json-files
feat: add xml scraper and json scraper
2024-04-30 14:29:57 +02:00
EURAC\marperini
8fba7e5490 feat(refactor): changed variable names 2024-04-30 14:28:30 +02:00
VinciGit00
da95c18857 Merge branch 'pre/beta' of https://github.com/VinciGit00/Scrapegraph-ai into pre/beta 2024-04-30 13:57:40 +02:00
VinciGit00
59594cbc2f add grow example 2024-04-30 13:57:24 +02:00
semantic-release-bot
14e56f6ab1 ci(release): 0.5.0-beta.4 [skip ci]
## [0.5.0-beta.4](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.5.0-beta.3...v0.5.0-beta.4) (2024-04-30)

### Bug Fixes

* script generator and add new benchmarks ([e3d0194](e3d0194dc9))
2024-04-30 09:52:32 +00:00
VinciGit00
e3d0194dc9 fix: script generator and add new benchmarks 2024-04-30 11:51:04 +02:00
VinciGit00
da2c82a2a2 add json and xml scraper 2024-04-30 10:52:22 +02:00
semantic-release-bot
7e81f7c03f ci(release): 0.5.0-beta.3 [skip ci]
## [0.5.0-beta.3](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.5.0-beta.2...v0.5.0-beta.3) (2024-04-30)

### Features

* add cluade integration ([e0ffc83](e0ffc838b0))
2024-04-30 08:13:58 +00:00
Marco Vinciguerra
b79ef221a5
Merge pull request #114 from VinciGit00/integration_claude
feat: add Claude integration
2024-04-30 10:12:15 +02:00
VinciGit00
e0ffc838b0 feat: add cluade integration 2024-04-30 10:08:54 +02:00
semantic-release-bot
ff7d12f138 ci(release): 0.5.0-beta.2 [skip ci]
## [0.5.0-beta.2](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.5.0-beta.1...v0.5.0-beta.2) (2024-04-30)

### Features

* **fetch:** added playwright support ([42ab0aa](42ab0aa1d2))
2024-04-30 05:57:35 +00:00
Marco Vinciguerra
e494455925
Merge pull request #113 from VinciGit00/playwright 2024-04-30 07:56:12 +02:00
EURAC\marperini
42ab0aa1d2 feat(fetch): added playwright support 2024-04-30 04:02:58 +02:00
semantic-release-bot
450291f52e ci(release): 0.5.0-beta.1 [skip ci]
## [0.5.0-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.4.1...v0.5.0-beta.1) (2024-04-30)

### Features

* add co-author ([719a353](719a353410))
* base groq + requirements + toml update with groq ([7dd5b1a](7dd5b1a033))
* **llm:** implemented groq model ([dbbf10f](dbbf10fc77))
* updated requirements.txt ([d368725](d36872518a))

### CI

* **release:** 0.4.0-beta.3 [skip ci] ([d13321b](d13321b2f8))
2024-04-30 01:00:46 +00:00
Marco Perini
ae2971c519
Merge pull request #111 from VinciGit00/groq-implementation
Groq implementation
2024-04-30 02:59:26 +02:00
Marco Perini
719a353410
feat: add co-author
Co-authored-by: gioCarBo <gioCarBo@users.noreply.github.com>
2024-04-30 02:57:49 +02:00