Spaces:
Sleeping
Sleeping
| # HuggingFace Spaces requirements for Lightweight RAG Demo | |
| # Optimized for fast deployment without heavy dependencies | |
| # Core web framework | |
| gradio==5.35.0 | |
| # OpenAI API for LLM | |
| openai>=1.0.0 | |
| # Scientific libraries (minimal) | |
| numpy>=1.24.0 | |
| # Utilities | |
| python-dotenv>=1.0.0 |