TomData commited on
Commit
468e13e
·
verified ·
1 Parent(s): 3235728

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -5
requirements.txt CHANGED
@@ -6,6 +6,8 @@ attrs>=25.1.0
6
  certifi>=2025.1.0
7
  charset-normalizer>=3.4.0
8
 
 
 
9
  # Data Science and Processing
10
  numpy>=2.4.1
11
  pandas>=2.3.3
@@ -15,12 +17,20 @@ et-xmlfile>=2.0.0
15
  mpmath>=1.3.0
16
 
17
  # LLM and RAG Frameworks (LangChain)
18
- langchain>=1.2.3
19
- langchain-huggingface>=1.2.0
20
- langchain-community>=0.4
21
- langchain-core>=1.1.12
 
 
 
 
 
 
 
 
22
  langchain-text-splitters>=0.3.0
23
- langsmith>=0.3.0
24
 
25
  # Vector Search and AI Infrastructure
26
  faiss-cpu>=1.13.2
 
6
  certifi>=2025.1.0
7
  charset-normalizer>=3.4.0
8
 
9
+
10
+
11
  # Data Science and Processing
12
  numpy>=2.4.1
13
  pandas>=2.3.3
 
17
  mpmath>=1.3.0
18
 
19
  # LLM and RAG Frameworks (LangChain)
20
+ # langchain>=1.2.3
21
+ # langchain-huggingface>=1.2.0
22
+ # langchain-community>=0.4
23
+ # langchain-core>=1.1.12
24
+ # langchain-text-splitters>=0.3.0
25
+ # langsmith>=0.3.0
26
+
27
+ # Fixed Core Frameworks
28
+ langchain>=0.3.0
29
+ langchain-community>=0.3.0
30
+ langchain-core>=0.3.0
31
+ langchain-huggingface>=0.1.0
32
  langchain-text-splitters>=0.3.0
33
+ langsmith>=0.1.120
34
 
35
  # Vector Search and AI Infrastructure
36
  faiss-cpu>=1.13.2