PeriniM
|
fcbfe78983
|
feat: ⛏️ enhanced contribution and precommit added
|
2025-01-06 15:10:35 +01:00 |
|
PeriniM
|
5cdf0550fe
|
chore: made some libs optional
|
2025-01-06 03:42:45 +01: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
|
6124fbdfca
|
add embeddings with openai
|
2024-10-02 13:41:15 +02:00 |
|
Marco Vinciguerra
|
45f02cd4e2
|
refactoring of the format
|
2024-10-01 11:13:06 +02:00 |
|
Marco Vinciguerra
|
55199e8307
|
add first iterations of the nodes
|
2024-09-30 14:23:46 +02:00 |
|
Marco Vinciguerra
|
ea27b2499e
|
add empyt nodes
|
2024-09-30 11:52:14 +02:00 |
|
Marco Vinciguerra
|
bc881b4aaa
|
refctoring of the code
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-09-23 08:37:52 +02:00 |
|
Federico Aguzzi
|
83e71df2e2
|
fix: set up dynamic imports correctly
|
2024-08-27 16:54:57 +02:00 |
|
Marco Vinciguerra
|
f7ba1f30de
|
refactoring of the code
|
2024-08-23 11:33:22 +02:00 |
|
Marco Vinciguerra
|
8b8d8f09b7
|
refactoring of the code according to pylint style
/ 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
|
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 |
|
Federico Aguzzi
|
a94ebcde00
|
refactor: move embeddings code from AbstractGraph to RAGNode
/ build (push) Waiting to run
|
2024-08-01 11:53:17 +02:00 |
|
Marco Perini
|
c881f64209
|
fix(cache): correctly pass the node arguments and logging
|
2024-06-11 22:56:09 +02:00 |
|
Marco Vinciguerra
|
543b48764a
|
add default folder for the cache
/ build (3.10) (push) Has been cancelled
|
2024-06-07 09:47:21 +02:00 |
|
Marco Vinciguerra
|
d79036149a
|
feat: add caching
/ build (3.10) (push) Waiting to run
|
2024-06-06 21:35:52 +02:00 |
|
Marco Vinciguerra
|
7ed2fe8ef0
|
feat: add dynamic caching
|
2024-06-04 14:27:46 +02:00 |
|
Marco Vinciguerra
|
7a13a6819f
|
feat: refactoring of rag node
|
2024-06-04 12:01:21 +02:00 |
|
Federico Minutoli
|
c251cc45d3
|
fix(node-logging): use centralized logger in each node for logging
|
2024-05-24 01:09:49 +02:00 |
|
VinciGit00
|
05890835f5
|
refactoring of loggers
|
2024-05-15 10:54:53 +02:00 |
|
VinciGit00
|
e53766b16e
|
feat: add logger integration
|
2024-05-14 15:20:39 +02:00 |
|
Marco Perini
|
186c0d035d
|
fix(examples): openai std examples
|
2024-05-08 14:56:44 +02:00 |
|
Marco Perini
|
dbb614a8dd
|
feat: multiple graph instances
|
2024-05-05 23:51:04 +02:00 |
|
Eric Page
|
cc27b21c3f
|
Merge branch 'pre/beta' into pass-common-params-graph
|
2024-05-05 16:18:32 +02:00 |
|
Eric Page
|
729d5d7597
|
Changed node_config["llm"] to node_config["llm_model"]
|
2024-05-05 09:36:11 +02:00 |
|
Shubham Kamboj
|
fd59f282a8
|
Bug fixes
|
2024-05-04 22:18:54 +05:30 |
|
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 Vinciguerra
|
579a27faf9
|
Merge pull request #126 from VinciGit00/bedrock_support
feat: bedrock support
|
2024-05-02 17:57:20 +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
|
16de49fa08
|
add integration for bedrock
Co-Authored-By: redrusty2 <15157208+redrusty2@users.noreply.github.com>
|
2024-05-02 13:47:17 +02:00 |
|
Marco Perini
|
1409797475
|
docs: refactor nodes docstrings
|
2024-05-01 23:17:57 +02:00 |
|
EURAC\marperini
|
2dd7817cfb
|
feat: added verbose flag to suppress print statements
|
2024-04-30 15:31:57 +02:00 |
|
PeriniM
|
7f1c3b7d83
|
fix: added missing dependecies
include python v3.9.0 and change deprecated method langchain
|
2024-04-28 20:29:23 +02:00 |
|
VinciGit00
|
9b9a9f204c
|
handling the agent model
|
2024-04-24 13:13:46 +02:00 |
|
EURAC\marperini
|
ac099e2763
|
fixed ollama embedder params
|
2024-04-21 01:21:09 +02:00 |
|
VinciGit00
|
dc149e6f63
|
fixing bug on rag node
|
2024-04-11 19:26:38 +02:00 |
|
VinciGit00
|
53e317d46b
|
add hugginface integration
|
2024-04-11 12:43:06 +02:00 |
|
EURAC\marperini
|
8b915e3ec6
|
fixed issue ollama embeddings
|
2024-04-10 09:29:03 +02:00 |
|
VinciGit00
|
cec4c43c64
|
add new local models context window
|
2024-04-09 10:23:38 +02:00 |
|
EURAC\marperini
|
17add20c13
|
implemented node_config, add embedder model choice, add azure endpoint, refactor graphs and exmaples
|
2024-04-08 12:18:32 +02:00 |
|
VinciGit00
|
1afb950751
|
refactoring of code, add example on the readme
|
2024-03-18 14:35:47 +01:00 |
|
Perinim
|
52934bf007
|
implemented graph_config, fixed smart_scraper and speech graph
|
2024-03-17 20:35:04 +01:00 |
|
Perinim
|
875a7cc4f0
|
refactored RagNode and GenerateAnswerNode
|
2024-03-17 16:48:58 +01:00 |
|
Perinim
|
aeff434878
|
fixed docstring
|
2024-03-12 11:53:03 +01:00 |
|
Perinim
|
9d31db2d35
|
working smart scraper example
|
2024-03-12 11:06:08 +01:00 |
|
VinciGit00
|
f4d5941831
|
refctoring of RAG node
|
2024-02-29 10:29:39 +01:00 |
|