brown-cafe / requirements.txt
Song
hi
92ee3c2
raw
history blame contribute delete
208 Bytes
# 主要套件
fastapi
uvicorn
pandas
numpy
jieba
rank-bm25
faiss-cpu # 向量搜尋引擎
sentence-transformers
# 確保 torch 版本與 faiss 相容
torch
# LLM 呼叫相關
openai
tenacity
requests
aiohttp