Commit Graph

695 Commits

Author SHA1 Message Date
Marco Perini
d4c7d4e7fc
fix: removed .lock file for deployment 2024-05-08 15:44:21 +02:00
Marco Perini
71fcdfaaf9
Merge pull request #177 from VinciGit00/fix-bugs
Fix embeddings and local models bugs
2024-05-08 15:40:19 +02:00
Marco Perini
6b71ec1d2b fix(examples): local, mixed models and fixed SearchGraph embeddings problem 2024-05-08 15:36:26 +02:00
Marco Perini
186c0d035d fix(examples): openai std examples 2024-05-08 14:56:44 +02:00
Marco Vinciguerra
8632c0a06d
Merge pull request #169 from VinciGit00/main
allignment
2024-05-07 22:24:27 +02:00
Marco Vinciguerra
9a873ca10a
Merge pull request #167 from KPCOFGS/main
Update README.md
2024-05-07 13:37:34 +02:00
Shixian Sheng
96f9d63ac5
Update README.md 2024-05-07 07:13:58 -04:00
Marco Vinciguerra
cbc7b1f1cd
Merge pull request #165 from eltociear/patch-1 2024-05-07 08:41:25 +02:00
Ikko Eltociear Ashimine
17ec992b49
docs: update README.md
avaiable -> available
2024-05-07 11:36:41 +09:00
VinciGit00
2258fe5ac0 add new search graph examples 2024-05-06 22:31:48 +02:00
semantic-release-bot
c47a505750 ci(release): 0.10.0-beta.1 [skip ci]
## [0.10.0-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.9.0...v0.10.0-beta.1) (2024-05-06)

### Features

* add claude documentation ([5bdee55](5bdee55876))
* add gemini embeddings ([79daa4c](79daa4c112))
* add llava integration ([019b722](019b7223dc))
* add new hugging_face models ([d5547a4](d5547a450c))
* Fix bug for gemini case when embeddings config not passed ([726de28](726de28898))
* fixed custom_graphs example and robots_node ([84fcb44](84fcb44aaa))
* multiple graph instances ([dbb614a](dbb614a8dd))
* **node:** multiple url search in SearchGraph + fixes ([930adb3](930adb38f2))
* refactoring search function ([aeb1acb](aeb1acbf05))

### Bug Fixes

* bug on .toml ([f7d66f5](f7d66f5181))
* **llm:** fixed gemini api_key ([fd01b73](fd01b73b71))

### CI

* **release:** 0.9.0-beta.2 [skip ci] ([5aa600c](5aa600cb0a))
* **release:** 0.9.0-beta.3 [skip ci] ([da8c72c](da8c72ce13))
* **release:** 0.9.0-beta.4 [skip ci] ([8c5397f](8c5397f67a))
* **release:** 0.9.0-beta.5 [skip ci] ([532adb6](532adb639d))
* **release:** 0.9.0-beta.6 [skip ci] ([8c0b46e](8c0b46eb40))
* **release:** 0.9.0-beta.7 [skip ci] ([6911e21](6911e21584))
* **release:** 0.9.0-beta.8 [skip ci] ([739aaa3](739aaa33c3))
2024-05-06 12:53:53 +00:00
Marco Vinciguerra
88f04bf212
Merge pull request #161 from cemkod/main
Support for Anthropic Claude 3 models
2024-05-06 14:50:32 +02:00
VinciGit00
5a67bca0db Merge branch 'pre/beta' into pr/161 2024-05-06 14:50:04 +02:00
VinciGit00
ac6d2005bb Merge branch 'pre/beta' of https://github.com/VinciGit00/Scrapegraph-ai into pre/beta 2024-05-06 14:46:25 +02:00
VinciGit00
cbd77dfdb0 removed claude 2024-05-06 14:46:24 +02:00
Marco Vinciguerra
97c3fffaf3
Merge pull request #162 from f-aguzzi/patch-1
feat: add new hugging_face models
2024-05-06 14:43:29 +02:00
semantic-release-bot
739aaa33c3 ci(release): 0.9.0-beta.8 [skip ci]
## [0.9.0-beta.8](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.9.0-beta.7...v0.9.0-beta.8) (2024-05-06)

### Features

* add llava integration ([019b722](019b7223dc))
2024-05-06 12:37:57 +00:00
Marco Vinciguerra
f6442ccca3
Merge pull request #157 from VinciGit00/llava_integration 2024-05-06 14:34:32 +02:00
Federico Aguzzi
d5547a450c
feat: add new hugging_face models 2024-05-06 14:28:58 +02:00
Cem Uzunoglu
2ac9e16dd9 Fixed accidental reformatting. 2024-05-06 15:09:56 +03:00
Cem Uzunoglu
e264e92e72 Added support for Claude 3 models from Anthropic 2024-05-06 14:34:35 +03:00
VinciGit00
8c7c3e3ced Merge branch 'pre/beta' of https://github.com/VinciGit00/Scrapegraph-ai into pre/beta 2024-05-06 13:29:32 +02:00
VinciGit00
ac0a2e52fb Update models_tokens.py 2024-05-06 13:29:31 +02:00
semantic-release-bot
6911e21584 ci(release): 0.9.0-beta.7 [skip ci]
## [0.9.0-beta.7](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.9.0-beta.6...v0.9.0-beta.7) (2024-05-06)

### Bug Fixes

* **llm:** fixed gemini api_key ([fd01b73](fd01b73b71))
2024-05-06 11:24:38 +00:00
Marco Perini
b0539530ae
Merge pull request #159 from VinciGit00/fix-gemini-apikey
fix(llm): fixed gemini api_key
2024-05-06 13:21:25 +02:00
Marco Perini
fd01b73b71 fix(llm): fixed gemini api_key 2024-05-06 13:17:47 +02:00
semantic-release-bot
8c0b46eb40 ci(release): 0.9.0-beta.6 [skip ci]
## [0.9.0-beta.6](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.9.0-beta.5...v0.9.0-beta.6) (2024-05-06)

### Features

* Fix bug for gemini case when embeddings config not passed ([726de28](726de28898))
2024-05-06 10:31:34 +00:00
Marco Vinciguerra
b0573a22d1
Merge pull request #158 from shorthills-ai/pre/beta 2024-05-06 12:28:23 +02:00
Shubham Kamboj
77505aa8de
Merge pull request #3 from shkamboj1/pre/beta
feat: Fix bug for gemini case when embeddings config not passed
2024-05-06 10:10:58 +00:00
Shubham Kamboj
726de28898 feat: Fix bug for gemini case when embeddings config not passed 2024-05-06 15:40:03 +05:30
VinciGit00
019b7223dc feat: add llava integration 2024-05-06 12:05:20 +02:00
VinciGit00
89a1f99778 add lava integration for ollama 2024-05-06 12:03:39 +02:00
VinciGit00
5e1d5db6da Update search_internet_node.py 2024-05-06 10:09:17 +02:00
VinciGit00
80053a2358 Merge branch 'pre/beta' of https://github.com/VinciGit00/Scrapegraph-ai into pre/beta 2024-05-06 10:07:56 +02:00
VinciGit00
389b52aabb removed examples 2024-05-06 10:07:31 +02:00
semantic-release-bot
532adb639d ci(release): 0.9.0-beta.5 [skip ci]
## [0.9.0-beta.5](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.9.0-beta.4...v0.9.0-beta.5) (2024-05-06)

### Features

* fixed custom_graphs example and robots_node ([84fcb44](84fcb44aaa))
* multiple graph instances ([dbb614a](dbb614a8dd))
* **node:** multiple url search in SearchGraph + fixes ([930adb3](930adb38f2))
2024-05-06 07:54:17 +00:00
Marco Vinciguerra
e6387d79c2
Merge pull request #155 from VinciGit00/graphs-iterator-node
GraphIteratorNode and MergeAnswersNode
2024-05-06 09:51:05 +02:00
VinciGit00
d9a4ab2d05 Delete custom_search_graph.py 2024-05-06 09:47:29 +02:00
VinciGit00
88d999e15b add website content 2024-05-06 09:36:32 +02:00
Marco Perini
930adb38f2 feat(node): multiple url search in SearchGraph + fixes
Implemented GraphIteratorNode and MergeAnswersNode to create multiple istances of a graph and merge the scraped content from multiple pages
2024-05-06 00:30:09 +02:00
Marco Perini
dbb614a8dd feat: multiple graph instances 2024-05-05 23:51:04 +02:00
Marco Perini
1c4ba91620 exposed abstract_graph allowing the user to create new graphs 2024-05-05 22:05:11 +02:00
Marco Perini
16f53c52fd add example custom search graph 2024-05-05 22:03:55 +02:00
Marco Perini
84fcb44aaa feat: fixed custom_graphs example and robots_node 2024-05-05 22:02:24 +02:00
semantic-release-bot
8c5397f67a ci(release): 0.9.0-beta.4 [skip ci]
## [0.9.0-beta.4](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.9.0-beta.3...v0.9.0-beta.4) (2024-05-05)

### Features

* add gemini embeddings ([79daa4c](79daa4c112))
2024-05-05 15:57:31 +00:00
Marco Perini
36a1522bba
Merge pull request #153 from VinciGit00/google_embeddings
feat: add gemini embeddings
2024-05-05 17:54:07 +02:00
Marco Vinciguerra
3bef9bb7c8
Merge pull request #154 from epage480/pass-common-params-graph
Pass common params to nodes in graph
2024-05-05 16:26:07 +02:00
Eric Page
cc27b21c3f
Merge branch 'pre/beta' into pass-common-params-graph 2024-05-05 16:18:32 +02:00
Eric Page
f10a44a1dd Resolved key error "llm" -> "llm_model" 2024-05-05 16:13:05 +02:00
Eric Page
3ae2ea1dbd Miscellaneous "llm" -> "llm_model" refactors 2024-05-05 15:58:50 +02:00