Marco Perini
|
6b71ec1d2b
|
fix(examples): local, mixed models and fixed SearchGraph embeddings problem
|
2024-05-08 15:36:26 +02:00 |
|
Marco Perini
|
186c0d035d
|
fix(examples): openai std examples
|
2024-05-08 14:56:44 +02:00 |
|
VinciGit00
|
2258fe5ac0
|
add new search graph examples
|
2024-05-06 22:31:48 +02:00 |
|
VinciGit00
|
5a67bca0db
|
Merge branch 'pre/beta' into pr/161
|
2024-05-06 14:50:04 +02:00 |
|
Cem Uzunoglu
|
e264e92e72
|
Added support for Claude 3 models from Anthropic
|
2024-05-06 14:34:35 +03:00 |
|
VinciGit00
|
d9a4ab2d05
|
Delete custom_search_graph.py
|
2024-05-06 09:47:29 +02:00 |
|
Marco Perini
|
930adb38f2
|
feat(node): multiple url search in SearchGraph + fixes
Implemented GraphIteratorNode and MergeAnswersNode to create multiple istances of a graph and merge the scraped content from multiple pages
|
2024-05-06 00:30:09 +02:00 |
|
Marco Perini
|
dbb614a8dd
|
feat: multiple graph instances
|
2024-05-05 23:51:04 +02:00 |
|
Marco Perini
|
16f53c52fd
|
add example custom search graph
|
2024-05-05 22:03:55 +02:00 |
|
Marco Perini
|
84fcb44aaa
|
feat: fixed custom_graphs example and robots_node
|
2024-05-05 22:02:24 +02:00 |
|
Eric Page
|
cc27b21c3f
|
Merge branch 'pre/beta' into pass-common-params-graph
|
2024-05-05 16:18:32 +02:00 |
|
Eric Page
|
f10a44a1dd
|
Resolved key error "llm" -> "llm_model"
|
2024-05-05 16:13:05 +02:00 |
|
Eric Page
|
3ae2ea1dbd
|
Miscellaneous "llm" -> "llm_model" refactors
|
2024-05-05 15:58:50 +02:00 |
|
Shubham Kamboj
|
d830d1371b
|
Resolve merge conflicts
|
2024-05-04 22:01:40 +05:30 |
|
Shubham Kamboj
|
7599234ab9
|
feat: Enable end users to pass model instances of HuggingFaceHub
|
2024-05-04 21:42:57 +05:30 |
|
Marco Perini
|
aa9271e7bc
|
feat: Azure implementation + embeddings refactoring
|
2024-05-03 21:40:01 +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 |
|
Marco Perini
|
1219caa4ff
|
Merge pull request #130 from VinciGit00/main
reallignment
|
2024-05-03 10:37:10 +02:00 |
|
VinciGit00
|
431b495baa
|
add examples for azure
|
2024-05-02 22:30:20 +02:00 |
|
VinciGit00
|
967108dfd3
|
add example on readme
|
2024-05-02 19:14:09 +02:00 |
|
VinciGit00
|
2ea54eab1d
|
fix: gemini errror
|
2024-05-02 18:56:37 +02:00 |
|
Marco Vinciguerra
|
a2d5c75f10
|
Merge branch 'pre/beta' into main
|
2024-05-02 17:55:21 +02:00 |
|
Shubham Kamboj
|
b86aac2188
|
feat: Allow end users to pass model instances for llm and embedding model
|
2024-05-02 20:09:23 +05:30 |
|
VinciGit00
|
5cf4e4f92f
|
fix: examples and graphs
|
2024-05-02 09:20:46 +02:00 |
|
Marco Perini
|
c11fc28896
|
docs: refactor examples
|
2024-05-02 00:44:19 +02:00 |
|
VinciGit00
|
276ac8b40c
|
changed name
|
2024-05-01 20:17:01 +02:00 |
|
VinciGit00
|
7c1b5796d7
|
add csv scraper
|
2024-05-01 17:20:04 +02:00 |
|
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 |
|
Marco Perini
|
d592d27bb4
|
Merge pull request #115 from VinciGit00/101-scrape-json-files
feat: add xml scraper and json scraper
|
2024-04-30 14:29:57 +02:00 |
|
EURAC\marperini
|
8fba7e5490
|
feat(refactor): changed variable names
|
2024-04-30 14:28:30 +02:00 |
|
VinciGit00
|
59594cbc2f
|
add grow example
|
2024-04-30 13:57:24 +02:00 |
|
VinciGit00
|
e3d0194dc9
|
fix: script generator and add new benchmarks
|
2024-04-30 11:51:04 +02:00 |
|
VinciGit00
|
da2c82a2a2
|
add json and xml scraper
|
2024-04-30 10:52:22 +02:00 |
|
EURAC\marperini
|
42ab0aa1d2
|
feat(fetch): added playwright support
|
2024-04-30 04:02:58 +02:00 |
|
EURAC\marperini
|
dbbf10fc77
|
feat(llm): implemented groq model
|
2024-04-30 02:32:14 +02:00 |
|
VinciGit00
|
f8917320b3
|
add xml_example
|
2024-04-29 16:15:24 +02:00 |
|
VinciGit00
|
deb920a33e
|
fixing json and example
|
2024-04-29 16:11:57 +02:00 |
|
VinciGit00
|
45b2317ab7
|
add json examples
|
2024-04-29 11:16:48 +02:00 |
|
VinciGit00
|
9cd516507c
|
fix: bug with fetch node
|
2024-04-27 21:23:35 +02:00 |
|
VinciGit00
|
adbc08f27b
|
fix: robot node and proxyes
|
2024-04-27 19:07:37 +02:00 |
|
VinciGit00
|
cd8d3e7a4f
|
refactoring of the graphs
|
2024-04-26 11:08:56 +02:00 |
|
VinciGit00
|
e714a59c2e
|
refactoring of engine
|
2024-04-25 19:22:12 +02:00 |
|
VinciGit00
|
1056cff50d
|
fixed bug on custom graph
|
2024-04-25 09:13:48 +02:00 |
|
VinciGit00
|
a73496df9b
|
refactoring of nodes
|
2024-04-24 21:13:27 +02:00 |
|
VinciGit00
|
9b9a9f204c
|
handling the agent model
|
2024-04-24 13:13:46 +02:00 |
|
Marco Vinciguerra
|
b8a342ec90
|
Update Readme.md
|
2024-04-23 13:21:54 +02:00 |
|
Lorenzo Padoan
|
12dcc5065a
|
ADD benchmarks m2 max llama3
|
2024-04-23 12:28:51 +02:00 |
|
VinciGit00
|
3c90d2f4fe
|
add info for gemini example
|
2024-04-22 22:52:40 +02:00 |
|
VinciGit00
|
8aa2cadb00
|
add integration for llama3
|
2024-04-21 13:11:10 +02:00 |
|