-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
35 lines (29 loc) · 1.08 KB
/
requirements.txt
File metadata and controls
35 lines (29 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# ===============================================================================
# requirements.txt — Python Dependencies for Professional RAG System
# -------------------------------------------------------------------------------
# This file lists all required Python packages for development, testing, and
# production deployment of the Retrieval-Augmented Generation (RAG) application.
#
# Guidelines:
# - Group dependencies by functional area for clarity.
# - Use explicit version pinning for production stability if needed.
# - Keep this file up to date with all modules imported in the project.
# - For local development, use: pip install -r requirements.txt
# - For production, review and audit all dependencies for security.
# ===============================================================================
# Web Framework and Server
fastapi[all]
uvicorn[standard]
gunicorn
# Command-Line Interface
typer[all]
# Configuration Management
pydantic
pydantic-settings
# AI and Machine Learning
google-generativeai
google-api-core
sentence-transformers
torch
# Vector Database
chromadb