Commit Graph

721 Commits

Author SHA1 Message Date
Santabot123
b4f8ea420b add __init__.py and docstrings 2024-08-26 13:53:19 +03:00
Santabot123
e11f0cd28d Added text_detection.py and updated screenshot_preparation.py 2024-08-24 18:40:54 +03:00
Santabot123
49ae56ceee Added screenshot preparation script for screenshot scraping 2024-08-23 19:00:14 +03:00
Marco Vinciguerra
26de5dd623
Merge branch 'pre/beta' into ligthweigthing_library 2024-08-23 12:22:31 +02:00
Marco Vinciguerra
f7ba1f30de refactoring of the code 2024-08-23 11:33:22 +02:00
Marco Vinciguerra
0d2b7b37e0 update dependenceis 2024-08-21 20:48:47 +02:00
aziz-ullah-khan
a92b9c6970 Fix: Azure OpenAI issue 2024-08-21 16:18:51 +05:00
Federico Aguzzi
b05ec16b25 fix(models_tokens): add llama2 and llama3 sizes explicitly 2024-08-21 09:32:59 +02:00
Federico Aguzzi
dd406dff0c style(models_tokens): enforce formatting 2024-08-21 09:29:38 +02:00
Marco Vinciguerra
860fde8a2c
Merge pull request #558 from ScrapeGraphAI/screenshot_scraper
Screenshot scraper integration
2024-08-20 11:33:51 +02:00
Federico Aguzzi
d2486469af Merge branch 'pre/beta' into screenshot_scraper 2024-08-20 09:58:34 +02:00
Federico Aguzzi
052f7d5e66 fix(SearchNode): prompt
Co-Authored-By: Andrew Masek <8219702+portoaj@users.noreply.github.com>
2024-08-20 09:53:35 +02:00
Marco Vinciguerra
fee77d1fe6 Update screenshot_scraper_graph.py
Some checks failed
/ build (push) Has been cancelled
2024-08-19 14:35:13 +02:00
Marco Vinciguerra
f774fe40e5 add try catch and robust integration 2024-08-19 14:24:27 +02:00
Federico Aguzzi
d29338b7c2 feat(GenerateAnswerNode): built-in structured output through LangChain
Some checks failed
/ build (push) Has been cancelled
Co-Authored-By: Marco Vinciguerra <88108002+VinciGit00@users.noreply.github.com>
2024-08-19 13:45:37 +02:00
Federico Aguzzi
b48ee825ee Merge branch 'pre/beta' into support_structured_output_shema_openai 2024-08-19 13:31:01 +02:00
Federico Aguzzi
683bf57d89 fix(ParseNode): leave room for LLM reply in context window 2024-08-19 11:33:09 +02:00
Marco Vinciguerra
f60aa3acde feat: add async call
Some checks are pending
/ build (push) Waiting to run
2024-08-19 11:22:40 +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
0bf79b5926 Update generate_answer_from_image_node.py
Some checks are pending
/ build (push) Waiting to run
2024-08-19 02:21:45 +02:00
Marco Vinciguerra
79fa3f6bd6 add if and cool stuff 2024-08-19 02:01:41 +02:00
Marco Vinciguerra
c72c077eb6 refactoring of the nodes 2024-08-19 01:15:45 +02:00
Marco Vinciguerra
8d6c0b7288 Update generate_answer_node.py
Some checks failed
/ build (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / Release (push) Has been cancelled
2024-08-18 22:01:39 +02:00
Marco Vinciguerra
103c21c86e Update generate_answer_from_image_node.py 2024-08-18 20:54:35 +02: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
8b8d8f09b7 refactoring of the code according to pylint style
Some checks are pending
/ build (push) Waiting to run
Release / Build (push) Waiting to run
Release / Release (push) Blocked by required conditions
2024-08-18 11:51:34 +02:00
Marco Vinciguerra
ebdb74967d add new model for gpt 2024-08-17 15:00:44 +02:00
Marco Vinciguerra
609316c8e7 Update abstract_graph.py
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 14:39:39 +02:00
Marco Vinciguerra
391d051a5e updated 2024-08-17 14:39:19 +02:00
Marco Vinciguerra
0aca28732b feat: update model tokens dict 2024-08-17 14:34:06 +02:00
Marco Vinciguerra
c2c2e6582f Update generate_answer_node.py 2024-08-17 13:30:44 +02:00
Marco Vinciguerra
f0587908e2 Merge branch 'pre/beta' of https://github.com/ScrapeGraphAI/Scrapegraph-ai into pre/beta 2024-08-17 12:21:03 +02:00
Marco Vinciguerra
1d7f30b65b fix: browser-base integration 2024-08-17 12:21:00 +02:00
Federico Aguzzi
5eed0a7654 fix(FetchNode) add OpenAI optimization to GPT models on Azure
closes #547
2024-08-17 10:33:54 +02:00
Marco Vinciguerra
faef3186f7 fix: model count 2024-08-16 17:38:55 +02:00
Marco Vinciguerra
5100368b5a Merge branch 'pre/beta' of https://github.com/ScrapeGraphAI/Scrapegraph-ai into pre/beta 2024-08-16 09:01:30 +02:00
Marco Vinciguerra
b115f9612f refactoring of code and documentation 2024-08-16 09:01:27 +02:00
Marco Vinciguerra
333f09a289
Merge pull request #552 from sandeepchittilla/550-add-support-gpt4o-variants
Add new feature to support gpt-4o variant models with different pricing
2024-08-16 09:00:31 +02:00
Federico Aguzzi
ea72d7609c
Merge pull request #536 from ScrapeGraphAI/refactoring-of-abstract-graph
Refactoring of abstract graph
2024-08-15 16:46:03 +02:00
sandeepchittilla
855144876d
feat: Add new feature to support gpt-4o variant models with different pricing 2024-08-15 14:59:48 +01:00
Marco Vinciguerra
203ee2c186 removed unused imports
Some checks failed
/ build (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / Release (push) Has been cancelled
2024-08-14 11:07:11 +02:00
Marco Vinciguerra
597f2acd07 fixed doc bugs and removed unused rag node 2024-08-14 10:59:53 +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
Marco Vinciguerra
9be44742d6 Update abstract_graph.py
Some checks failed
/ build (push) Has been cancelled
2024-08-13 19:29:03 +02:00
Marco Vinciguerra
795c9325cc
Merge branch 'pre/beta' into refactoring-of-abstract-graph
Some checks are pending
/ build (push) Waiting to run
2024-08-12 18:35:55 +02:00
Marco Vinciguerra
c105c26b2f Update abstract_graph.py 2024-08-12 18:32:41 +02:00
Federico Aguzzi
cb6b35397e fix(models_tokens): incorrect provider names 2024-08-12 10:52:13 +02:00
Federico Aguzzi
bae89e832e Merge branch 'pre/beta' into 530-probable-bug 2024-08-12 10:37:50 +02:00
Federico Aguzzi
e6bedb6701 fix(AbstractGraph): pass kwargs to Ernie and Nvidia models
Some checks failed
/ build (push) Has been cancelled
Co-Authored-By: Marco Vinciguerra <88108002+VinciGit00@users.noreply.github.com>
2024-08-12 10:11:45 +02:00