Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/requirements-prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ psycopg2-binary # For SQLAlchemy (user storage)
# Note: torch==2.10.0+cpu is installed separately in Dockerfile to use CPU-only version
# This saves ~3GB by excluding CUDA libraries (not needed on Railway CPU instances)
sentence-transformers
tokenizers==0.20.3
tokenizers==0.23.1

# --- Data Ingestion & Parsing ---
chardet # encoding detection for TextLoader autodetect_encoding
Expand Down
2 changes: 1 addition & 1 deletion app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ psycopg2-binary # For SQLAlchemy (user storage)
--extra-index-url https://download.pytorch.org/whl/cpu
torch==2.10.0+cpu
sentence-transformers
tokenizers==0.20.3
tokenizers==0.23.1

# --- Data Ingestion & Parsing ---
gitpython
Expand Down