Commit Graph

147 Commits

Author SHA1 Message Date
PeriniM
5cdf0550fe chore: made some libs optional 2025-01-06 03:42:45 +01:00
PeriniM
54c69a2b0b chore: pandas package is now optional 2025-01-06 02:36:05 +01:00
Marco Vinciguerra
bbc7184e7b add examples for document_scraper
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / Release (push) Has been cancelled
2024-11-24 10:27:24 +01:00
Marco Vinciguerra
b84883bfd1 add smartscraper lite 2024-10-21 09:39:17 +02:00
Marco Vinciguerra
ffa1067f0d
Merge pull request #756 from shenghongtw/pre/beta
The smart_scraper_multi_graph method is too expensive
2024-10-20 10:13:47 +02:00
roryhaung
da2a3c8ec7 add smart_scraper_multi_lite_graph example 2024-10-18 03:19:00 +08:00
Marco Vinciguerra
488821abfa Update smart_scraper_openai.py 2024-10-16 14:07:01 +02:00
Marco Vinciguerra
3b7b701a89 feat: refactoring of mdscraper 2024-10-11 08:32:41 +02:00
Marco Vinciguerra
a57da96175 fix: removed pdf_scraper graph and created document scraper 2024-10-08 09:35:47 +02:00
Marco Vinciguerra
a200f595de refactoring of examples 2024-10-08 08:54:18 +02:00
Marco Vinciguerra
95d00e90d9 Update search_graph_openai.py
Some checks failed
/ build (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / Release (push) Has been cancelled
2024-10-07 11:42:01 +02:00
Marco Vinciguerra
85cb957297 feat: finished basic version of deep scraper
Co-Authored-By: Matteo Vedovati <68272450+vedovati-matteo@users.noreply.github.com>
2024-10-03 13:13:04 +02:00
Marco Vinciguerra
4b371f4d94 feat: add deep scraper implementation
Co-Authored-By: Matteo Vedovati <68272450+vedovati-matteo@users.noreply.github.com>
2024-10-03 11:38:14 +02:00
Matteo Vedovati
ea3ae1fd6d fetch multiple links fix 2024-10-02 11:01:23 +02:00
Matteo Vedovati
4cb621feab fetch node level k implementation 2024-10-02 10:22:21 +02:00
Marco Vinciguerra
9aa8c889fb fix: removed deep scraper 2024-09-29 15:40:04 +02:00
Marco Vinciguerra
9905be8a37 fix: script creator multi 2024-09-26 10:09:36 +02:00
Marco Vinciguerra
76ce257efb fix: update to pydantic documentation 2024-09-25 15:12:29 +02:00
Marco Vinciguerra
d55f6bee47 fix: node refiner + examples 2024-09-25 14:53:51 +02:00
Matteo Vedovati
fb879012d3 Add code generator examples 2024-09-25 10:28:11 +02:00
Marco Vinciguerra
6f0b9d852a update examples 2024-09-20 15:09:30 +02:00
Marco Vinciguerra
72873c1b38 refactoring of teh code 2024-09-19 12:34:25 +02:00
Marco Vinciguerra
932412e325 fix: update pyproject.toml 2024-09-18 09:59:14 +02:00
Lorenzo Paleari
eb89549248
feat: updated pydantic to v2 2024-09-17 23:08:56 +02:00
Marco Vinciguerra
5d1fe68dea
Merge branch 'pre/beta' into temp 2024-09-14 10:53:43 +02:00
Marco Vinciguerra
5c25da2fe6 feat: integration of o1 2024-09-13 14:20:23 +02:00
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
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
Federico Aguzzi
2859fb72d6 feat(AbstractGraph): add adjustable rate limit 2024-09-05 16:31:33 +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
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
d29f747151 Update script_generator_openai.py 2024-08-28 20:19:06 +02:00
Federico Aguzzi
f6df9b7512 chore(examples): update model names 2024-08-27 12:41:18 +02: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
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
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
bd5b6863ee
Update search_graph_openai.py 2024-08-07 16:19:04 +02:00
Marco Vinciguerra
886bab78e7
Merge branch 'main' into temp-1 2024-08-06 10:04:57 +02:00
Marco Vinciguerra
66a29bc5cc refactoring of the openai examples
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-05 20:54:53 +02:00
Marco Vinciguerra
93fc2c1767 Update md_scraper_openai.py
Some checks are pending
CodeQL / Analyze (python) (push) Waiting to run
Release / Build (push) Waiting to run
Release / Release (push) Blocked by required conditions
2024-07-26 12:35:13 +02:00
Marco Perini
5c08eea189 docs: prev version
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-07-24 23:37:57 +02:00
Marco Vinciguerra
e08b30495d boh
Some checks are pending
CodeQL / Analyze (python) (push) Waiting to run
/ build (push) Waiting to run
Release / Build (push) Waiting to run
Release / Release (push) Blocked by required conditions
2024-07-24 14:33:55 +02:00
Marco Perini
12b5eada6e
fix(md_conversion): add absolute links md, added missing dependency 2024-07-23 15:34:12 +02:00
Marco Vinciguerra
8c859f8d72 add nemotron examples 2024-07-22 19:12:50 +02:00