27 lines
377 B
Plaintext
27 lines
377 B
Plaintext
# Core Dependencies
|
|
gradio>=4.0.0
|
|
chromadb>=0.4.0
|
|
sentence-transformers>=2.2.0
|
|
python-dotenv>=1.0.0
|
|
|
|
# Document Processing
|
|
pypdf>=3.0.0
|
|
python-docx>=1.0.0
|
|
markdown>=3.4.0
|
|
beautifulsoup4>=4.12.0
|
|
|
|
# Data Processing
|
|
numpy>=1.24.0
|
|
pandas>=2.0.0
|
|
tqdm>=4.65.0
|
|
|
|
# Visualization
|
|
plotly>=5.14.0
|
|
networkx>=3.0
|
|
|
|
# Ollama Client
|
|
requests>=2.31.0
|
|
|
|
# Optional but useful
|
|
scikit-learn>=1.3.0
|