Commit Graph

1762 Commits

Author SHA1 Message Date
Tuhin Mallick
57fd01f9a7
feat(docloaders): Enhance browser_base_fetch function flexibility
- Update browser_base_fetch to accept single URL or list of URLs
- Add text_content parameter for choosing between text-only and HTML output
- Improve type hinting and function documentation
- Ensure compatibility with latest Browserbase SDK interface
2024-09-08 01:41:39 +02:00
Marco Perini
a5401394cc
docs(sponsor): 🅱️ Browserbase sponsor 🅱️ 2024-09-08 01:12:29 +02:00
Marco Vinciguerra
429af8ef2d
Merge pull request #640 from zuanzuanshao/main
Update abstract_graph.py
2024-09-07 11:43:39 +02:00
ZuanZuan
cb05f824ce
Update abstract_graph.py 2024-09-07 17:35:03 +08:00
semantic-release-bot
fccf034cf8 ci(release): 1.16.0 [skip ci]
## [1.16.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.2...v1.16.0) (2024-09-01)

### Features

* add deepcopy error ([71b22d4](71b22d4880))

### Bug Fixes

* deepcopy fail for coping model_instance config ([cd07418](cd07418474))
* fix pydantic object copy ([553527a](553527a269))
2024-09-01 09:55:26 +00:00
Marco Vinciguerra
afdf5249c5
Merge pull request #613 from goasleep/feature/add_copy_tool
fix: deepcopy fail for coping model_instance config
2024-09-01 11:54:21 +02:00
semantic-release-bot
d88730ccc7 ci(release): 1.15.2 [skip ci]
## [1.15.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.1...v1.15.2) (2024-09-01)

### Bug Fixes

* pyproject.toml ([360ce1c](360ce1c0e4))
2024-09-01 09:53:02 +00:00
Marco Vinciguerra
360ce1c0e4 fix: pyproject.toml 2024-09-01 11:51:46 +02:00
smith peng
553527a269 fix: fix pydantic object copy 2024-09-01 16:42:48 +08:00
smith peng
71b22d4880 feat: add deepcopy error 2024-08-31 17:55:14 +08:00
smith peng
36818b1fb3 feat:adjust uncopiable obj raise error and remove memo 2024-08-31 17:39:33 +08:00
smith peng
cd07418474 fix: deepcopy fail for coping model_instance config 2024-08-31 16:26:11 +08:00
smith peng
4f4d091b82 feat:add deepcopy tool 2024-08-31 11:30:20 +08:00
Marco Vinciguerra
a96617d6f8 changed pydantic with langchain_pydantic
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
/ build (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / Release (push) Has been cancelled
2024-08-29 22:39:02 +02:00
Marco Vinciguerra
8f056dd8b5
Merge pull request #611 from DAGWorks-Inc/issue-580
Fixes up error messages to be clearer for missing keys in state expression
2024-08-29 22:29:40 +02:00
elijahbenizzy
25d8fd2e72 Fixes node expression validator error message to make it easier to debug missing keys 2024-08-29 13:24:47 -07:00
semantic-release-bot
ceb522f823 ci(release): 1.15.1 [skip ci]
## [1.15.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.0...v1.15.1) (2024-08-28)

### Bug Fixes

* abstract graph local model ([04128e7](04128e7e9f))
* **models:** better DeepSeek and OneApi integration ([f7a85c2](f7a85c266a))
* **docloaders:** BrowserBase dynamic import ([5c16ee9](5c16ee985b))
* bug for abstract graph ([cf73883](cf73883451))
* **AbstractGraph:** correct and simplify instancing logic ([f73343f](f73343f193))
* **BurrBrige:** dynamic imports ([7789663](7789663338))
* **AbstractGraph:** model selection bug ([4f120e2](4f120e29c5))
* set up dynamic imports correctly ([83e71df](83e71df2e2))

### chore

* **examples:** update model names ([f6df9b7](f6df9b7512))
* update README.md ([5f562b8](5f562b89bd))

### Test

* **AbstractGraph:** add AbstractGraph tests ([229d74d](229d74d4bd))

### CI

* **release:** 1.15.0-beta.4 [skip ci] ([c1ce9c6](c1ce9c69d4))
* **release:** 1.15.0-beta.5 [skip ci] ([22ab45f](22ab45f6bd))
* **release:** 1.15.0-beta.6 [skip ci] ([050fa3f](050fa3faa0))
* **release:** 1.15.0-beta.7 [skip ci] ([be3f1ec](be3f1ec58d))
* **release:** 1.15.0-beta.8 [skip ci] ([dbec550](dbec55064f))
* **release:** 1.15.1-beta.1 [skip ci] ([8f38a6b](8f38a6bf15))
2024-08-28 19:33:27 +00:00
Federico Aguzzi
6d6b414fde
Merge pull request #607 from ScrapeGraphAI/pre/beta
abstract graph fix
2024-08-28 21:32:15 +02:00
semantic-release-bot
8f38a6bf15 ci(release): 1.15.1-beta.1 [skip ci]
## [1.15.1-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.0...v1.15.1-beta.1) (2024-08-28)

### Bug Fixes

* abstract graph local model ([04128e7](04128e7e9f))
* **models:** better DeepSeek and OneApi integration ([f7a85c2](f7a85c266a))
* **docloaders:** BrowserBase dynamic import ([5c16ee9](5c16ee985b))
* bug for abstract graph ([cf73883](cf73883451))
* **AbstractGraph:** correct and simplify instancing logic ([f73343f](f73343f193))
* **BurrBrige:** dynamic imports ([7789663](7789663338))
* **AbstractGraph:** model selection bug ([4f120e2](4f120e29c5))
* set up dynamic imports correctly ([83e71df](83e71df2e2))

### chore

* **examples:** update model names ([f6df9b7](f6df9b7512))
* update README.md ([5f562b8](5f562b89bd))

### Test

* **AbstractGraph:** add AbstractGraph tests ([229d74d](229d74d4bd))

### CI

* **release:** 1.15.0-beta.4 [skip ci] ([c1ce9c6](c1ce9c69d4))
* **release:** 1.15.0-beta.5 [skip ci] ([22ab45f](22ab45f6bd))
* **release:** 1.15.0-beta.6 [skip ci] ([050fa3f](050fa3faa0))
* **release:** 1.15.0-beta.7 [skip ci] ([be3f1ec](be3f1ec58d))
* **release:** 1.15.0-beta.8 [skip ci] ([dbec550](dbec55064f))
2024-08-28 19:31:07 +00:00
Federico Aguzzi
bbdd58c930 merge: main into pre/beta 2024-08-28 21:29:16 +02:00
Marco Vinciguerra
d29f747151 Update script_generator_openai.py 2024-08-28 20:19:06 +02:00
Federico Aguzzi
5f562b89bd
chore: update README.md
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / Release (push) Has been cancelled
2024-08-28 16:15:27 +02:00
semantic-release-bot
dbec55064f ci(release): 1.15.0-beta.8 [skip ci]
## [1.15.0-beta.8](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.0-beta.7...v1.15.0-beta.8) (2024-08-28)

### Bug Fixes

* **models:** better DeepSeek and OneApi integration ([f7a85c2](f7a85c266a))
* **AbstractGraph:** model selection bug ([4f120e2](4f120e29c5))
2024-08-28 14:12:05 +00:00
Marco Vinciguerra
08fa257407
Merge pull request #602 from ScrapeGraphAI/593-abstract-graph-fix-round-4
Abstract graph fix
2024-08-28 16:10:36 +02:00
Federico Aguzzi
f7a85c266a fix(models): better DeepSeek and OneApi integration 2024-08-28 12:51:50 +02:00
Federico Aguzzi
4f120e29c5 fix(AbstractGraph): model selection bug 2024-08-28 12:36:03 +02:00
Marco Vinciguerra
edfe45e519
Merge pull request #600 from alexljenkins/bugfix/graph_builder-import-error 2024-08-28 11:36:15 +02:00
ajenkins
bda30a9ecb swapped failing imports (local Gemini and non-imported Ernie) for langchain chat models in graph_builder.py 2024-08-28 16:48:00 +10:00
Marco Vinciguerra
4eccc76442 Merge branch 'pre/beta' of https://github.com/ScrapeGraphAI/Scrapegraph-ai into pre/beta
Some checks failed
/ build (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / Release (push) Has been cancelled
2024-08-27 18:09:00 +02:00
Marco Vinciguerra
df70b4f75d Update abstract_graph.py 2024-08-27 18:08:53 +02:00
semantic-release-bot
be3f1ec58d ci(release): 1.15.0-beta.7 [skip ci]
## [1.15.0-beta.7](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.0-beta.6...v1.15.0-beta.7) (2024-08-27)

### Bug Fixes

* bug for abstract graph ([cf73883](cf73883451))
2024-08-27 16:07:11 +00:00
Marco Vinciguerra
cf73883451 fix: bug for abstract graph 2024-08-27 18:05:34 +02:00
semantic-release-bot
050fa3faa0 ci(release): 1.15.0-beta.6 [skip ci]
## [1.15.0-beta.6](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.0-beta.5...v1.15.0-beta.6) (2024-08-27)

### Bug Fixes

* **docloaders:** BrowserBase dynamic import ([5c16ee9](5c16ee985b))
* **AbstractGraph:** correct and simplify instancing logic ([f73343f](f73343f193))
* **BurrBrige:** dynamic imports ([7789663](7789663338))
* set up dynamic imports correctly ([83e71df](83e71df2e2))

### chore

* **examples:** update model names ([f6df9b7](f6df9b7512))

### Test

* **AbstractGraph:** add AbstractGraph tests ([229d74d](229d74d4bd))
2024-08-27 15:55:20 +00:00
Marco Vinciguerra
d45064b09a
Merge pull request #597 from ScrapeGraphAI/593-abstract-graph-fix-round-4
Abbstract graph fix, round 4
2024-08-27 17:54:04 +02:00
Marco Vinciguerra
d33b34701e
Merge pull request #596 from ScrapeGraphAI/594-broserbase-dynamic-import
fix: BrowserBase and other dynamic imports
2024-08-27 17:53:48 +02:00
Federico Aguzzi
7789663338 fix(BurrBrige): dynamic imports 2024-08-27 17:17:51 +02:00
Federico Aguzzi
83e71df2e2 fix: set up dynamic imports correctly 2024-08-27 16:54:57 +02:00
Federico Aguzzi
5c16ee985b fix(docloaders): BrowserBase dynamic import 2024-08-27 16:44:05 +02:00
Federico Aguzzi
229d74d4bd test(AbstractGraph): add AbstractGraph tests 2024-08-27 13:46:42 +02:00
Federico Aguzzi
f6df9b7512 chore(examples): update model names 2024-08-27 12:41:18 +02:00
Federico Aguzzi
f73343f193 fix(AbstractGraph): correct and simplify instancing logic 2024-08-27 12:22:53 +02:00
semantic-release-bot
fef5eb0dfb ci(release): 1.15.0 [skip ci]
## [1.15.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.1...v1.15.0) (2024-08-26)

### Features

* ligthweigthing the library ([62f32e9](62f32e994b))

### Bug Fixes

* abstract graph ([cf1fada](cf1fada36a))
* **models_tokens:** add llama2 and llama3 sizes explicitly ([b05ec16](b05ec16b25))
* Azure OpenAI issue ([a92b9c6](a92b9c6970))
* update abstract graph ([86fe5fc](86fe5fcaf1))

### CI

* **release:** 1.14.1-beta.1 [skip ci] ([1b48871](1b488715e6))
* **release:** 1.15.0-beta.1 [skip ci] ([06dc640](06dc640d44))
* **release:** 1.15.0-beta.2 [skip ci] ([ab21576](ab21576435))
* **release:** 1.15.0-beta.3 [skip ci] ([132ee5b](132ee5b7da))
2024-08-26 16:39:33 +00:00
Marco Vinciguerra
b1d38048d8
Merge pull request #585 from ScrapeGraphAI/anthropic-refactoring
Anthropic refactoring
2024-08-26 18:37:55 +02:00
semantic-release-bot
22ab45f6bd ci(release): 1.15.0-beta.5 [skip ci]
## [1.15.0-beta.5](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.0-beta.4...v1.15.0-beta.5) (2024-08-26)

### Bug Fixes

* abstract graph local model ([04128e7](04128e7e9f))
2024-08-26 16:01:41 +00:00
Marco Vinciguerra
04128e7e9f fix: abstract graph local model 2024-08-26 18:00:17 +02:00
semantic-release-bot
c1ce9c69d4 ci(release): 1.15.0-beta.4 [skip ci]
## [1.15.0-beta.4](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.0-beta.3...v1.15.0-beta.4) (2024-08-26)

### Bug Fixes

* add claude3.5 sonnet ([ee8f8b3](ee8f8b31ec))

### CI

* **release:** 1.14.1 [skip ci] ([88e76ce](88e76ceedb))
2024-08-26 15:56:18 +00:00
Marco Vinciguerra
849ae42a4c
Merge pull request #591 from jamie-beck/jamie-beck-patch-1
fix model_tokens not being used for ollama
2024-08-26 17:54:39 +02:00
Marco Vinciguerra
2a602a157e
Merge branch 'pre/beta' into jamie-beck-patch-1 2024-08-26 17:54:31 +02:00
Jamie Beck
35b994a8cd
fix model_tokens not being used for ollama
I am passing in the explicit model_tokens from user config as the default_token so it will correctly fallback to the users setting if the model is not found
2024-08-26 11:30:09 -04:00
Marco Vinciguerra
37a4a8a482
Merge branch 'main' into anthropic-refactoring 2024-08-25 10:56:01 +02:00