Commit Graph

598 Commits

Author SHA1 Message Date
Marco Perini
df293fdfd2
Merge pull request #139 from VinciGit00/pdf_scraper_graph_introduction
feat: add pdf scraper
2024-05-03 21:45:09 +02:00
VinciGit00
10a94530e3 feat: add pdf scraper 2024-05-03 21:42:02 +02:00
semantic-release-bot
42fa02e65a ci(release): 0.7.0-beta.2 [skip ci]
## [0.7.0-beta.2](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.7.0-beta.1...v0.7.0-beta.2) (2024-05-03)

### Features

* Azure implementation + embeddings refactoring ([aa9271e](aa9271e7bc))

### Refactor

* Changed the way embedding model is created in AbstractGraph class and removed handling of embedding model creation from RAGNode. Now AbstractGraph will call a dedicated method for embedding models instead of _create_llm. This makes it easy to use any LLM with any supported embedding model. ([819cbcd](819cbcd3be))
2024-05-03 19:41:30 +00:00
Marco Perini
aa9271e7bc feat: Azure implementation + embeddings refactoring 2024-05-03 21:40:01 +02:00
Marco Vinciguerra
2abe05a0cf
Merge pull request #135 from S4mpl3r/feature 2024-05-03 16:49:07 +02:00
S4mpl3r
819cbcd3be refactor: Changed the way embedding model is created in AbstractGraph class and removed handling of embedding model creation from RAGNode. Now AbstractGraph will call a dedicated method for embedding models instead of _create_llm. This makes it easy to use any LLM with any supported embedding model. 2024-05-03 16:14:27 +03:30
semantic-release-bot
98dec36c60 ci(release): 0.7.0-beta.1 [skip ci]
## [0.7.0-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.6.2...v0.7.0-beta.1) (2024-05-03)

### Features

* add base_node to __init__.py ([cb1cb61](cb1cb616b7))
2024-05-03 12:19:52 +00:00
Marco Perini
cb1cb616b7
feat: add base_node to __init__.py
Useful for people to create custom nodes
2024-05-03 14:18:12 +02:00
Marco Perini
1219caa4ff
Merge pull request #130 from VinciGit00/main
reallignment
2024-05-03 10:37:10 +02:00
VinciGit00
431b495baa add examples for azure 2024-05-02 22:30:20 +02:00
semantic-release-bot
2f478f861e ci(release): 0.6.2 [skip ci]
## [0.6.2](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.6.1...v0.6.2) (2024-05-02)

### Bug Fixes

* add to requirements.txt langchain-aws = "^0.1.2" ([1afa319](1afa31910d))

### Docs

* **tree:** added roadmap ([c8eeff8](c8eeff873d))
* **roadmap:** open contributions ([4441505](4441505b23))
* typo ([faa3498](faa3498fa7))

### CI

* **release:** 0.6.1-beta.1 [skip ci] ([75a4042](75a4042a23))
2024-05-02 19:07:31 +00:00
Marco Vinciguerra
96ebcfcc35
Merge branch 'pre/beta' into main 2024-05-02 21:05:28 +02:00
Marco Perini
faa3498fa7 docs: typo 2024-05-02 19:41:05 +02:00
Marco Perini
4441505b23 docs(roadmap): open contributions 2024-05-02 19:37:41 +02:00
Marco Perini
62b762cf61 Merge branch 'main' of https://github.com/VinciGit00/Scrapegraph-ai 2024-05-02 19:20:38 +02:00
Marco Perini
c8eeff873d docs(tree): added roadmap 2024-05-02 19:20:28 +02:00
VinciGit00
37517ae801 Merge branch 'main' of https://github.com/VinciGit00/Scrapegraph-ai 2024-05-02 19:14:16 +02:00
VinciGit00
967108dfd3 add example on readme 2024-05-02 19:14:09 +02:00
semantic-release-bot
2b23a3c771 ci(release): 0.6.1 [skip ci]
## [0.6.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.6.0...v0.6.1) (2024-05-02)

### Bug Fixes

* gemini errror ([2ea54ea](2ea54eab1d))
2024-05-02 16:58:06 +00:00
VinciGit00
2ea54eab1d fix: gemini errror 2024-05-02 18:56:37 +02:00
semantic-release-bot
75a4042a23 ci(release): 0.6.1-beta.1 [skip ci]
## [0.6.1-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.6.0...v0.6.1-beta.1) (2024-05-02)

### Bug Fixes

* add to requirements.txt langchain-aws = "^0.1.2" ([1afa319](1afa31910d))
2024-05-02 15:58:40 +00:00
Marco Vinciguerra
579a27faf9
Merge pull request #126 from VinciGit00/bedrock_support
feat: bedrock support
2024-05-02 17:57:20 +02:00
VinciGit00
db41905813 Update requirements.txt 2024-05-02 17:57:04 +02:00
Marco Vinciguerra
2ccb608379
Merge pull request #129 from VinciGit00/main
reallignement
2024-05-02 17:56:56 +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
VinciGit00
1afa31910d fix: add to requirements.txt langchain-aws = "^0.1.2" 2024-05-02 16:33:51 +02:00
VinciGit00
16de49fa08 add integration for bedrock
Co-Authored-By: redrusty2 <15157208+redrusty2@users.noreply.github.com>
2024-05-02 13:47:17 +02:00
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