GaetanoParente commited on
Commit
de46d7a
·
verified ·
1 Parent(s): 278ef90

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,12 +1,13 @@
1
  # --- Core Framework & Orchestration ---
2
  langchain>=0.3.0
3
  langchain-community>=0.3.0
4
- langchain-ollama>=0.2.0 # Per Llama 3 locale
5
- langchain-huggingface>=0.1.0 # NUOVO: Per embeddings senza warning
 
6
 
7
  # --- Data Validation ---
8
  pydantic>=2.0
9
- pyshacl # Per validazione SHACL (Modulo 3)
10
 
11
  # --- NLP & Semantic Chunking ---
12
  sentence-transformers # Backend per HuggingFace
 
1
  # --- Core Framework & Orchestration ---
2
  langchain>=0.3.0
3
  langchain-community>=0.3.0
4
+ langchain-huggingface>=0.1.0
5
+ langchain-core
6
+ huggingface_hub
7
 
8
  # --- Data Validation ---
9
  pydantic>=2.0
10
+ pyshacl # Per validazione SHACL
11
 
12
  # --- NLP & Semantic Chunking ---
13
  sentence-transformers # Backend per HuggingFace