ProfillyBot / requirements.txt
MinhDS's picture
Update requirements.txt
1cdfab3 verified
Raw
History Blame Contribute Delete
760 Bytes
# ProfillyBot — HF Spaces (Gradio ZeroGPU) + local
# Keep this lean; pinned lockfile lives in requirements-lock.txt
gradio>=6.0.0
spaces>=0.30.0
transformers>=4.57.0
accelerate>=0.33.0
sentence-transformers>=2.2.2
# Qwen3.5 may need a very recent transformers; Spaces installs latest matching pin
langchain>=0.1.0
langchain-community>=0.0.13
langchain-chroma>=0.1.0
langchain-huggingface>=0.0.1
langchain-text-splitters>=0.0.1
langchain-core>=0.1.0
langchain-ollama>=0.1.0
langchain-groq>=0.1.0
chromadb>=0.4.22
pypdf>=3.17.0
python-docx>=1.1.0
beautifulsoup4>=4.12.0
python-dotenv>=1.0.0
pyyaml>=6.0.1
lxml>=4.9.0
tiktoken>=0.5.0
rank-bm25>=0.2.2
# Local Streamlit UI (optional on Spaces)
streamlit>=1.29.0
ollama>=0.1.0