faiss_rag_enterprise/requirements.txt

26 lines
540 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 基础依赖
faiss-cpu==1.11.0
fastapi
uvicorn
gunicorn
pydantic
numpy==1.24.4
python-multipart
# 深度学习框架CUDA 12.1 版本,适配 CUDA 12.4 系统)
torch==2.1.0+cu121
torchvision==0.16.0+cu121
torchaudio==2.1.0+cu121
--extra-index-url https://download.pytorch.org/whl/cu121
# Transformers 与向量模型
transformers
sentence-transformers
# LlamaIndex 核心 + 模块化子包0.12.34 分裂架构)
llama-index==0.12.34
llama-index-embeddings-huggingface
llama-index-vector-stores-faiss
llama-index-readers-file