transcription/pip.conf
keboss-m fee9b9acb1 Add RAG, summary pipeline, and split transcribe/postprocess queue.
Separate ASR (2 workers) from summary/RAG post-processing, add LightRAG chat API, batch upload fixes, and local model mounts for Docker deployment.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-01 17:40:58 +03:00

12 lines
421 B
Plaintext

[global]
# Yandex — основной (HTTP, иначе SSL WRONG_VERSION_NUMBER на HTTPS)
index-url = http://mirror.yandex.ru/pypi/simple/
# Fallback, пока simple-индекс Yandex не синхронизирован
extra-index-url = https://pypi.org/simple/
trusted-host = mirror.yandex.ru
pypi.org
files.pythonhosted.org
pypi.python.org
timeout = 300
retries = 5