Geoeasy commited on
Commit
196628e
·
verified ·
1 Parent(s): 3ae0f85

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -8
requirements.txt CHANGED
@@ -3,15 +3,14 @@ pydantic==2.11.6
3
  typing_extensions>=4.8
4
  numpy<2.0
5
 
6
- # LangChain 0.2.x (compatível com Pydantic v2)
7
- langchain==0.2.17
8
- langchain-community==0.2.17
9
- langchain-text-splitters==0.2.2
10
- # NÃO fixe langchain-core aqui (deixe o pip resolver)
11
 
12
- # NVIDIA NIM compatível com 0.2.x
13
- langchain-nvidia-ai-endpoints==0.2.1
14
- # (se 0.2.1 não existir no seu mirror, tente 0.2.0)
15
 
16
  # Vetores / parsing / UI
17
  faiss-cpu==1.8.0.post1
 
3
  typing_extensions>=4.8
4
  numpy<2.0
5
 
6
+ # LangChain 0.3.x (coerente com NVIDIA 0.3.x)
7
+ langchain==0.3.12
8
+ langchain-community==0.3.12
9
+ langchain-text-splitters==0.3.2
10
+ # langchain-core virá na 0.3.x correta automaticamente
11
 
12
+ # NVIDIA NIM (compatível LC 0.3.x)
13
+ langchain-nvidia-ai-endpoints==0.3.2
 
14
 
15
  # Vetores / parsing / UI
16
  faiss-cpu==1.8.0.post1