|
# Core dependencies |
|
streamlit==1.31.1 |
|
haystack-ai==2.8.0 |
|
openai==1.59.7 |
|
langchain==0.3.14 |
|
sentence-transformers==3.0.0 |
|
huggingface-hub>=0.19.4,<1.0.0 |
|
faiss-cpu==1.9.0 |
|
|
|
# Data processing |
|
numpy>=1.24.0,<2.0.0 |
|
pandas>=2.0.0,<3.0.0 |
|
scikit-learn>=1.0.0,<2.0.0 |
|
rouge-score>=0.1.2 |
|
|
|
# Utility libraries |
|
tenacity>=8.2.0 |
|
python-dotenv>=1.0.0 |
|
typing-extensions>=4.5.0 |
|
dataclasses>=0.6 |
|
|
|
# Optional - Development |
|
pytest>=7.0.0 |
|
black>=22.0.0 |
|
flake8>=6.0.0 |
|
|
|
# Thai language support |
|
pythainlp>=4.0.2 |
|
|
|
# Additional required dependencies |
|
transformers>=4.36.0 |
|
torch>=2.0.0 |
|
tokenizers>=0.15.0 |