fruitpicker01 commited on
Commit
9f7c6d6
·
verified ·
1 Parent(s): bcb1683

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -26
requirements.txt CHANGED
@@ -1,35 +1,14 @@
1
- # HuggingFace Spaces requirements for RAG System
2
- # Optimized for cloud deployment
3
 
4
  # Core web framework
5
  gradio==5.35.0
6
 
7
- # OpenAI API
8
  openai>=1.0.0
9
 
10
- # LangChain for RAG pipeline (minimal set)
11
- langchain>=0.1.0
12
- langchain-openai>=0.1.0
13
- langchain-community>=0.0.20
14
- langchain-core>=0.1.0
15
-
16
- # Vector database
17
- chromadb>=0.4.0
18
-
19
- # PDF processing (lightweight)
20
- pypdf>=5.0.0
21
- pdfplumber>=0.9.0
22
-
23
- # Scientific libraries
24
  numpy>=1.24.0
25
- pandas>=2.0.0
26
-
27
- # Text processing
28
- tiktoken>=0.5.0
29
 
30
  # Utilities
31
- python-dotenv>=1.0.0
32
- requests>=2.31.0
33
-
34
- # Image processing (minimal)
35
- Pillow>=10.0.0
 
1
+ # HuggingFace Spaces requirements for Lightweight RAG Demo
2
+ # Optimized for fast deployment without heavy dependencies
3
 
4
  # Core web framework
5
  gradio==5.35.0
6
 
7
+ # OpenAI API for LLM
8
  openai>=1.0.0
9
 
10
+ # Scientific libraries (minimal)
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  numpy>=1.24.0
 
 
 
 
12
 
13
  # Utilities
14
+ python-dotenv>=1.0.0