Marco Vinciguerra
|
b84883bfd1
|
add smartscraper lite
|
2024-10-21 09:39:17 +02:00 |
|
Marco Vinciguerra
|
2991ca8dd2
|
add examples smart scraper lite
|
2024-10-21 09:33:40 +02:00 |
|
Marco Vinciguerra
|
a57da96175
|
fix: removed pdf_scraper graph and created document scraper
|
2024-10-08 09:35:47 +02:00 |
|
Marco Vinciguerra
|
a447aeae2a
|
Merge branch 'pre/beta' of https://github.com/ScrapeGraphAI/Scrapegraph-ai into pre/beta
|
2024-10-08 08:54:22 +02:00 |
|
Marco Vinciguerra
|
a200f595de
|
refactoring of examples
|
2024-10-08 08:54:18 +02:00 |
|
Marco Vinciguerra
|
eb42c44dc8
|
refactoring of undected playwrigth
|
2024-10-07 10:37:21 +02:00 |
|
Marco Vinciguerra
|
e2d1816087
|
Merge pull request #729 from ekinsenler/selenium
feat: support for undetected_chromedriver with selenium backend
|
2024-10-07 10:36:01 +02:00 |
|
ekinsenler
|
80ece2179a
|
feat: undected_chromedriver support
|
2024-10-06 22:50:52 +03:00 |
|
Marco Vinciguerra
|
420c71ba2c
|
feat: refactoring of the conditional node
|
2024-10-06 09:16:33 +02:00 |
|
Marco Vinciguerra
|
c06cafc976
|
Merge branch 'pre/beta' into cond_node
|
2024-10-05 19:23:22 +02:00 |
|
ekinsenler
|
f837dc16ce
|
feat: conditional_node
|
2024-10-05 01:14:54 +03:00 |
|
Marco Vinciguerra
|
c91975e0c8
|
update examples
|
2024-10-03 15:32:29 +02:00 |
|
Marco Vinciguerra
|
76ce257efb
|
fix: update to pydantic documentation
|
2024-09-25 15:12:29 +02:00 |
|
Matteo Vedovati
|
fb879012d3
|
Add code generator examples
|
2024-09-25 10:28:11 +02:00 |
|
Lorenzo Paleari
|
eb89549248
|
feat: updated pydantic to v2
|
2024-09-17 23:08:56 +02:00 |
|
Marco Vinciguerra
|
9e9c77551f
|
add examples multi concat
/ 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
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
|
0b4cfd6522
|
fix: abstract_graph and removed unused embeddings
Co-Authored-By: Federico Aguzzi <62149513+f-aguzzi@users.noreply.github.com>
|
2024-08-01 14:38:50 +02:00 |
|
Marco Vinciguerra
|
f42d47e2c3
|
add examples
|
2024-07-15 20:27:44 +02:00 |
|
Marco Vinciguerra
|
58a257f05b
|
update model tokens
/ build (3.10) (push) Waiting to run
Release / Build (push) Waiting to run
Release / Release (push) Blocked by required conditions
|
2024-06-12 12:41:58 +02:00 |
|
Marco Vinciguerra
|
c14fb88fca
|
add examples
/ build (3.10) (push) Has been cancelled
|
2024-06-09 08:58:47 +02:00 |
|
Marco Vinciguerra
|
4f53b09bf1
|
add examples for schema
/ build (3.10) (push) Waiting to run
Release / Build (push) Waiting to run
Release / Release (push) Blocked by required conditions
|
2024-06-05 10:43:57 +02:00 |
|
Marco Vinciguerra
|
fff89f431f
|
feat: refactoring of abstract graph
|
2024-06-04 19:41:11 +02:00 |
|
Marco Vinciguerra
|
8de720d379
|
feat: removed a bug
|
2024-06-03 21:45:37 +02:00 |
|
Marco Vinciguerra
|
743dfe1191
|
add all possible examples
|
2024-06-03 12:19:43 +02:00 |
|
Marco Vinciguerra
|
fa9722d2b9
|
add examples
|
2024-06-02 14:43:02 +02:00 |
|
Marco Vinciguerra
|
3b90ebd9a8
|
add new examples
|
2024-05-29 10:41:37 +02:00 |
|
Marco Vinciguerra
|
58dfe9b658
|
add examples of usage
|
2024-05-28 09:11:14 +02:00 |
|
Marco Vinciguerra
|
ecd98b2a45
|
add sche,a example
|
2024-05-26 12:15:48 +02:00 |
|
VinciGit00
|
7b07fdf2b5
|
add groq example
|
2024-05-09 10:33:33 +02:00 |
|
S4mpl3r
|
819cbcd3be
|
refactor: Changed the way embedding model is created in AbstractGraph class and removed handling of embedding model creation from RAGNode. Now AbstractGraph will call a dedicated method for embedding models instead of _create_llm. This makes it easy to use any LLM with any supported embedding model.
|
2024-05-03 16:14:27 +03:30 |
|
VinciGit00
|
5ae67f5d3b
|
add new groq example
|
2024-05-01 12:48:32 +02:00 |
|
EURAC\marperini
|
2dd7817cfb
|
feat: added verbose flag to suppress print statements
|
2024-04-30 15:31:57 +02:00 |
|
VinciGit00
|
59594cbc2f
|
add grow example
|
2024-04-30 13:57:24 +02:00 |
|