Commit Graph

378 Commits

Author SHA1 Message Date
Marco Vinciguerra
ca31bd9412
Merge pull request #658 from shenghongtw/docs/Updated_the_graph_config_in_the_documentation
problem
2024-09-12 09:07:59 +02:00
Marco Vinciguerra
9eb40e1eae Update script_generator_openai.py 2024-09-12 09:06:15 +02:00
roryhaung
57a58e162e docs: Updated the graph_config in the documentation. 2024-09-12 14:50:02 +08:00
Marco Vinciguerra
f5e7a8bfaf fix of the bug for fetching the code 2024-09-06 16:58:37 +02:00
Marco Vinciguerra
94e69a0515 feat: add scrape_do_integration 2024-09-06 16:51:48 +02:00
Marco Vinciguerra
9e9c77551f add examples multi concat
Some checks failed
/ build (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / Release (push) Has been cancelled
2024-09-06 16:13:36 +02:00
Marco Vinciguerra
8b02cb4460
Merge pull request #632 from ekinsenler/concat_node
feat: Concat node implementation
2024-09-06 15:52:35 +02:00
Federico Aguzzi
2859fb72d6 feat(AbstractGraph): add adjustable rate limit 2024-09-05 16:31:33 +02:00
ekinsenler
c0339d9dc6 fix file name 2024-09-04 20:31:24 +03:00
ekinsenler
f83c3d1ae6 add example for gemini 2024-09-04 20:29:04 +03:00
ekinsenler
bd4b26d7d7 feat: ConcatNode.py added for heavy merge operations 2024-09-04 17:53:32 +03:00
Marco Vinciguerra
81af62d35f
Merge pull request #622 from LorenzoPaleari/pre/beta
ScrapeGraphAI/580-OmniScraperGraph-fix
2024-09-02 15:13:07 +02:00
Lorenzo Paleari
57337a0a8c
fix: Removed link_urls and img_ulrs from FetchNode output 2024-09-02 12:53:40 +02:00
Marco Vinciguerra
1e466cd2a8
Merge branch 'pre/beta' into screenshot-scraper-fix 2024-09-02 12:43:32 +02:00
Marco Vinciguerra
f51b15572d add example
Some checks failed
/ build (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / Release (push) Has been cancelled
2024-09-01 11:58:01 +02:00
Marco Vinciguerra
0e0b280bde
Merge branch 'pre/beta' into temp 2024-09-01 11:53:51 +02:00
Marco Vinciguerra
388630c0ff fix: screenshot scraper 2024-08-30 13:02:13 +02:00
Marco Vinciguerra
a0d21137b7 refactoring of folders 2024-08-30 12:17:21 +02: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
Federico Aguzzi
5f604d1341
Merge pull request #605 from ScrapeGraphAI/togheter_ai_integration
feat: add togetherai
2024-08-28 22:42:51 +02:00
Federico Aguzzi
34942deca5 chore(examples): create Together AI examples
Co-Authored-By: Marco Vinciguerra <88108002+VinciGit00@users.noreply.github.com>
2024-08-28 22:39:05 +02:00
Marco Vinciguerra
d29f747151 Update script_generator_openai.py 2024-08-28 20:19:06 +02:00
Federico Aguzzi
f7a85c266a fix(models): better DeepSeek and OneApi integration 2024-08-28 12:51:50 +02:00
Marco Vinciguerra
cf73883451 fix: bug for abstract graph 2024-08-27 18:05:34 +02:00
Federico Aguzzi
f6df9b7512 chore(examples): update model names 2024-08-27 12:41:18 +02:00
Marco Vinciguerra
e3fbf01c5b
Revert "Anthropic refactoring" 2024-08-25 10:54:19 +02:00
Marco Vinciguerra
9df4b14bc0 refacttoring of the anthropic example 2024-08-25 10:53:01 +02:00
Marco Vinciguerra
437e48f357
Merge pull request #567 from goasleep/feature/add_model_instance_info
Some checks failed
/ build (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / Release (push) Has been cancelled
2024-08-21 14:17:51 +02:00
smith peng
a8ca1fc910 test:add moonshot example 2024-08-21 19:31:27 +08:00
smith peng
cb3f191d18 test:add model instance example 2024-08-21 18:54:54 +08:00
Federico Aguzzi
d2486469af Merge branch 'pre/beta' into screenshot_scraper 2024-08-20 09:58:34 +02:00
Marco Vinciguerra
7d2fc672c8 feat: add structured output format 2024-08-19 14:15:54 +02:00
Federico Aguzzi
b48ee825ee Merge branch 'pre/beta' into support_structured_output_shema_openai 2024-08-19 13:31:01 +02:00
ekinsenler
08e9d9d6a0 feat: Implemented a filter logic in search_link_node.py
feat: Added dict entry for Llama3.1:8b
2024-08-19 11:05:31 +03:00
Marco Vinciguerra
5eb3cff64f feat: refactoring of the code 2024-08-18 20:53:35 +02:00
Marco Vinciguerra
8e3d5deaaa add screenshot scraper 2024-08-18 19:39:49 +02:00
Marco Vinciguerra
ebdb74967d add new model for gpt 2024-08-17 15:00:44 +02:00
Marco Vinciguerra
391d051a5e updated 2024-08-17 14:39:19 +02:00
Marco Vinciguerra
c6edeeecb1 add new env
Some checks are pending
/ build (push) Waiting to run
Release / Build (push) Waiting to run
Release / Release (push) Blocked by required conditions
2024-08-17 12:29:48 +02:00
Marco Vinciguerra
1d7f30b65b fix: browser-base integration 2024-08-17 12:21:00 +02:00
Marco Vinciguerra
faef3186f7 fix: model count 2024-08-16 17:38:55 +02:00
Marco Vinciguerra
c5aebd73d3
Merge pull request #541 from ScrapeGraphAI/496-not-match-gemini-embeddings-model 2024-08-13 20:54:57 +02:00
Federico Aguzzi
1aa9c6e73b chore(examples): add vertex examples, rename genai examples 2024-08-13 19:38:23 +02:00
Federico Aguzzi
ee078cb102 chore(examples): update provider names to match tokens dictionary 2024-08-13 19:33:29 +02:00
Federico Aguzzi
71438a1e86 chore(examples): fix import bug in image2text demo
Co-Authored-By: Marco Vinciguerra <88108002+VinciGit00@users.noreply.github.com>
2024-08-12 10:30:50 +02:00
Marco Vinciguerra
9e1d0f6506 fixing import bug
Co-Authored-By: Matteo Vedovati <68272450+vedovati-matteo@users.noreply.github.com>
2024-08-11 19:23:30 +02:00
Marco Vinciguerra
de1ec250ef refactoring pyproject.toml
Some checks are pending
/ build (push) Waiting to run
Release / Build (push) Waiting to run
Release / Release (push) Blocked by required conditions
Co-Authored-By: Matteo Vedovati <68272450+vedovati-matteo@users.noreply.github.com>
2024-08-11 18:04:31 +02:00
Matteo Vedovati
9814b6dd85 fixed versioning errors 2024-08-11 10:04:15 +02:00
Marco Vinciguerra
0cda020d48
Merge branch 'pre/beta' into temp 2024-08-10 17:45:52 +02:00
Marco Vinciguerra
8b2c266aff refactoring of the code
Co-Authored-By: Matteo Vedovati <68272450+vedovati-matteo@users.noreply.github.com>
2024-08-10 17:44:35 +02:00