We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d738ac commit b00c7abCopy full SHA for b00c7ab
1 file changed
devtron-docs-rag-server/requirements.txt
@@ -6,7 +6,10 @@ uvicorn[standard]>=0.27.0
6
psycopg2-binary>=2.9.9
7
pgvector>=0.2.4
8
9
-# Local Embeddings (supports both CPU and GPU)
+# Local Embeddings (CPU-only, avoids ~2.4 GB CUDA wheels)
10
+# Primary index is the PyTorch CPU wheel index; PyPI used as fallback for everything else
11
+--index-url https://download.pytorch.org/whl/cpu
12
+--extra-index-url https://pypi.org/simple
13
sentence-transformers>=2.2.2
14
torch>=2.0.0
15
0 commit comments