Muhirwa12a commited on
Commit
43469a9
·
verified ·
1 Parent(s): 8697543

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +32 -1
requirements.txt CHANGED
@@ -1 +1,32 @@
1
- huggingface_hub==0.25.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ huggingface_hub==0.25.2
2
+ # -------------------------
3
+ # Python & Core Libraries
4
+ # -------------------------
5
+ # Python version 3.8 or higher is recommended
6
+ python>=3.8
7
+
8
+ # -------------------------
9
+ # Data Handling
10
+ # -------------------------
11
+ pandas>=1.3.0
12
+
13
+ # -------------------------
14
+ # Gradio for the Web UI
15
+ # -------------------------
16
+ gradio>=3.0.0
17
+
18
+ # -------------------------
19
+ # LangChain Libraries
20
+ # -------------------------
21
+ langchain-core>=0.0.1
22
+ langchain-chroma>=0.0.1
23
+ langchain-groq>=0.0.1
24
+ langchain-huggingface>=0.0.1
25
+
26
+ # -------------------------
27
+ # Additional Notes
28
+ # -------------------------
29
+ # 1. Ensure you have access to the Groq API keys (groq_api_keys), set in your environment.
30
+ # 2. For large language models (e.g., llama-3.1-70b), verify your hardware or provider
31
+ # can handle the model requirements.
32
+ # 3. If you need consistent, reproducible versions, pin specific releases instead of using >=.