Commit Graph

631 Commits

Author SHA1 Message Date
semantic-release-bot
da8c72ce13 ci(release): 0.9.0-beta.3 [skip ci]
## [0.9.0-beta.3](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.9.0-beta.2...v0.9.0-beta.3) (2024-05-05)

### Features

* add claude documentation ([5bdee55](5bdee55876))
2024-05-05 00:20:22 +00:00
Marco Perini
c06e1e91d1
Merge pull request #137 from VinciGit00/133-support-claude3
feat: 133 support claude3
2024-05-05 02:16:35 +02:00
Marco Perini
0ab7272fd7
Merge branch 'pre/beta' into 133-support-claude3-haiku-and-others-using-litellm 2024-05-05 02:15:15 +02:00
semantic-release-bot
5aa600cb0a ci(release): 0.9.0-beta.2 [skip ci]
## [0.9.0-beta.2](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.9.0-beta.1...v0.9.0-beta.2) (2024-05-05)

### Features

* refactoring search function ([aeb1acb](aeb1acbf05))

### Bug Fixes

* bug on .toml ([f7d66f5](f7d66f5181))
2024-05-05 00:06:04 +00:00
Marco Perini
8c6dda6e27
Merge pull request #138 from VinciGit00/new-search-function
feat: refactoring search function
2024-05-05 02:02:41 +02:00
semantic-release-bot
14615a73c7 ci(release): 0.9.0-beta.1 [skip ci]
## [0.9.0-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.8.0...v0.9.0-beta.1) (2024-05-04)

### Features

* Enable end users to pass model instances of HuggingFaceHub ([7599234](7599234ab9))

### Build

* **deps:** bump tqdm from 4.66.1 to 4.66.3 ([0a17c74](0a17c74e50))
* **deps:** bump tqdm from 4.66.1 to 4.66.3 ([aff6f98](aff6f983b0))

### CI

* **release:** 0.8.0-beta.1 [skip ci] ([d277b34](d277b349a9))
* **release:** 0.8.0-beta.2 [skip ci] ([892500a](892500afe9))
2024-05-04 19:22:02 +00:00
Marco Vinciguerra
2a8ff0f65d
Merge branch 'main' into pre/beta 2024-05-04 21:20:40 +02:00
semantic-release-bot
892500afe9 ci(release): 0.8.0-beta.2 [skip ci]
## [0.8.0-beta.2](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.8.0-beta.1...v0.8.0-beta.2) (2024-05-04)

### Features

* Enable end users to pass model instances of HuggingFaceHub ([7599234](7599234ab9))
2024-05-04 17:07:22 +00:00
Marco Vinciguerra
a44a2e79e1
Merge pull request #148 from shorthills-ai/pre/beta 2024-05-04 19:05:58 +02:00
Shubham Kamboj
d05093af20
Merge pull request #2 from shkamboj1/pre/beta
Pre/beta
2024-05-04 16:50:20 +00:00
Shubham Kamboj
fd59f282a8 Bug fixes 2024-05-04 22:18:54 +05:30
Shubham Kamboj
d830d1371b Resolve merge conflicts 2024-05-04 22:01:40 +05:30
Shubham Kamboj
7599234ab9 feat: Enable end users to pass model instances of HuggingFaceHub 2024-05-04 21:42:57 +05:30
Marco Vinciguerra
bf25c738f0
Merge pull request #146 from VinciGit00/dependabot/pip/tqdm-4.66.3
build(deps): bump tqdm from 4.66.1 to 4.66.3
2024-05-04 09:50:54 +02:00
Marco Vinciguerra
f6d8bfc537
Merge pull request #145 from darvat/main
Update installation.rst with WSL info
2024-05-04 09:50:36 +02:00
dependabot[bot]
0a17c74e50
build(deps): bump tqdm from 4.66.1 to 4.66.3
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.1 to 4.66.3.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.3)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-04 07:48:39 +00:00
Marco Vinciguerra
f9791fb463
Merge pull request #144 from VinciGit00/dependabot/pip/tqdm-4.66.3
build(deps): bump tqdm from 4.66.1 to 4.66.3
2024-05-04 09:47:01 +02:00
dependabot[bot]
aff6f983b0
build(deps): bump tqdm from 4.66.1 to 4.66.3
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.1 to 4.66.3.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.3)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-04 07:45:48 +00:00
Tamas Darvas
7e3551ef5a
Update installation.rst 2024-05-04 09:45:21 +02:00
Marco Vinciguerra
33313d5c14
Merge pull request #143 from darvat/main
fix: Update models_tokens.py with ollama/nomic-embed-text
2024-05-04 09:42:49 +02:00
Tamas Darvas
1630c66a58
Update models_tokens.py with ollama/nomic-embed-text 2024-05-04 09:36:19 +02:00
semantic-release-bot
af437b1c56 ci(release): 0.8.0 [skip ci]
## [0.8.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.7.0...v0.8.0) (2024-05-03)

### Features

* add pdf scraper ([10a9453](10a94530e3))

### CI

* **release:** 0.7.0-beta.3 [skip ci] ([fbb06ab](fbb06ab551))
2024-05-03 20:26:58 +00:00
semantic-release-bot
d277b349a9 ci(release): 0.8.0-beta.1 [skip ci]
## [0.8.0-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.7.0...v0.8.0-beta.1) (2024-05-03)

### Features

* add pdf scraper ([10a9453](10a94530e3))

### CI

* **release:** 0.7.0-beta.3 [skip ci] ([fbb06ab](fbb06ab551))
2024-05-03 20:26:34 +00:00
Marco Perini
1a4a668562
Merge pull request #141 from VinciGit00/pre/beta
Pre/beta
2024-05-03 22:25:30 +02:00
Marco Perini
aad8d91bd4
Merge branch 'main' into pre/beta 2024-05-03 22:25:13 +02:00
VinciGit00
f7d66f5181 fix: bug on .toml 2024-05-03 22:01:41 +02:00
semantic-release-bot
fbb06ab551 ci(release): 0.7.0-beta.3 [skip ci]
## [0.7.0-beta.3](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.7.0-beta.2...v0.7.0-beta.3) (2024-05-03)

### Features

* add pdf scraper ([10a9453](10a94530e3))
2024-05-03 19:46:27 +00:00
semantic-release-bot
38788455f9 ci(release): 0.7.0 [skip ci]
## [0.7.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.6.2...v0.7.0) (2024-05-03)

### Features

* add base_node to __init__.py ([cb1cb61](cb1cb616b7))
* 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))

### CI

* **release:** 0.7.0-beta.1 [skip ci] ([98dec36](98dec36c60))
* **release:** 0.7.0-beta.2 [skip ci] ([42fa02e](42fa02e65a))
2024-05-03 19:45:17 +00:00
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
Marco Perini
7de8f98293
Merge pull request #134 from VinciGit00/pre/beta
feat: add azure
2024-05-03 21:43:48 +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
VinciGit00
aeb1acbf05 feat: refactoring search function 2024-05-03 21:06:09 +02:00
VinciGit00
5bdee55876 feat: add claude documentation 2024-05-03 17:21:26 +02:00
VinciGit00
39f64e5d48 add claude model 2024-05-03 17:17:31 +02:00
Marco Vinciguerra
8b94fe8546
Merge pull request #136 from VinciGit00/pre/beta
Pre/beta
2024-05-03 16:52:49 +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