Update requirements.txt
Browse files- 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.
|
| 7 |
-
langchain==0.
|
| 8 |
-
langchain-community==0.
|
| 9 |
-
langchain-text-splitters==0.
|
| 10 |
-
#
|
| 11 |
|
| 12 |
-
# NVIDIA NIM compatível
|
| 13 |
-
langchain-nvidia-ai-endpoints==0.2
|
| 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
|