File size: 760 Bytes
32f26e4
 
 
06fc7cb
32f26e4
1cdfab3
0828c2c
32f26e4
1cdfab3
32f26e4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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