Commit Graph

2293 Commits

Author SHA1 Message Date
Santabot123
aa9e85fdac remove some comments and image 2024-08-28 11:38:56 +03:00
Santabot123
92bec28cec Updated requirements.txt 2024-08-28 11:11:54 +03: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
Santabot123
c0a0e69c1e remove some comments and image 2024-08-27 19:36:03 +03: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
Santabot123
7e23c3d20b correct the typo 2024-08-26 15:53:25 +03:00
Santabot123
0cf7c44409 correct the typo and updated select_area_with_ipywidget() 2024-08-26 14:51:28 +03:00
Santabot123
b4f8ea420b add __init__.py and docstrings 2024-08-26 13:53:19 +03:00
Marco Vinciguerra
37a4a8a482
Merge branch 'main' into anthropic-refactoring 2024-08-25 10:56:01 +02:00
Marco Vinciguerra
869bbd798e
Merge pull request #584 from ScrapeGraphAI/revert-583-anthropic-refactoring
Some checks failed
Release / Build (push) Has been cancelled
Release / Release (push) Has been cancelled
Revert "Anthropic refactoring"
2024-08-25 10:54:35 +02:00
Marco Vinciguerra
e3fbf01c5b
Revert "Anthropic refactoring" 2024-08-25 10:54:19 +02:00
Marco Vinciguerra
4dea972998
Merge pull request #583 from ScrapeGraphAI/anthropic-refactoring
Anthropic refactoring
2024-08-25 10:54:11 +02:00
Marco Vinciguerra
9df4b14bc0 refacttoring of the anthropic example 2024-08-25 10:53:01 +02:00
semantic-release-bot
132ee5b7da ci(release): 1.15.0-beta.3 [skip ci]
## [1.15.0-beta.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.0-beta.2...v1.15.0-beta.3) (2024-08-24)

### Bug Fixes

* update abstract graph ([86fe5fc](86fe5fcaf1))
2024-08-24 19:58:29 +00:00
Marco Vinciguerra
86fe5fcaf1 fix: update abstract graph 2024-08-24 21:57:04 +02:00
semantic-release-bot
88e76ceedb ci(release): 1.14.1 [skip ci]
## [1.14.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0...v1.14.1) (2024-08-24)

### Bug Fixes

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

### Docs

* added sponsors ([b3a2d0d](b3a2d0d65a))
2024-08-24 19:27:20 +00:00
Marco Vinciguerra
ee8f8b31ec fix: add claude3.5 sonnet 2024-08-24 21:25:55 +02:00
Santabot123
e11f0cd28d Added text_detection.py and updated screenshot_preparation.py 2024-08-24 18:40:54 +03:00
semantic-release-bot
ab21576435 ci(release): 1.15.0-beta.2 [skip ci]
## [1.15.0-beta.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.0-beta.1...v1.15.0-beta.2) (2024-08-23)

### Bug Fixes

* abstract graph ([cf1fada](cf1fada36a))

### Docs

* added sponsors ([b3a2d0d](b3a2d0d65a))
2024-08-23 16:45:24 +00:00
Marco Vinciguerra
cf1fada36a fix: abstract graph
Co-Authored-By: Federico Aguzzi <62149513+f-aguzzi@users.noreply.github.com>
2024-08-23 18:43:49 +02:00
Santabot123
49ae56ceee Added screenshot preparation script for screenshot scraping 2024-08-23 19:00:14 +03:00
Marco Vinciguerra
20410c9294
Merge pull request #577 from ScrapeGraphAI/temp
allignement
2024-08-23 16:25:45 +02:00
Marco Vinciguerra
b6fb4c04c2
Merge branch 'pre/beta' into temp 2024-08-23 16:25:33 +02:00
Marco Vinciguerra
214de44724 Merge branch 'pre/beta' of https://github.com/ScrapeGraphAI/Scrapegraph-ai into pre/beta 2024-08-23 16:23:41 +02:00
Marco Vinciguerra
3f0b5f738f Update README.md 2024-08-23 16:23:39 +02:00
semantic-release-bot
06dc640d44 ci(release): 1.15.0-beta.1 [skip ci]
## [1.15.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.1-beta.1...v1.15.0-beta.1) (2024-08-23)

### Features

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

### Bug Fixes

* Azure OpenAI issue ([a92b9c6](a92b9c6970))
2024-08-23 10:24:57 +00:00
Marco Vinciguerra
62f32e994b feat: ligthweigthing the library 2024-08-23 12:23:30 +02:00
Marco Vinciguerra
e0a5e731cf
Merge pull request #573 from ScrapeGraphAI/ligthweigthing_library
Ligthweigthing library
2024-08-23 12:22:45 +02:00
Marco Vinciguerra
26de5dd623
Merge branch 'pre/beta' into ligthweigthing_library 2024-08-23 12:22:31 +02:00
Marco Vinciguerra
e68654159e Merge branch 'main' of https://github.com/ScrapeGraphAI/Scrapegraph-ai
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / Release (push) Has been cancelled
2024-08-23 11:45:09 +02:00