-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
64 lines (53 loc) · 967 Bytes
/
requirements.txt
File metadata and controls
64 lines (53 loc) · 967 Bytes
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Core Dependencies
langchain==0.1.0
langchain-community==0.1.0
langchain-openai==0.0.5
langchain-pinecone==0.0.1
# Vector Database
pinecone-client==3.0.0
# LLM Providers
openai==1.6.1
anthropic==0.8.1
# Document Processing
pypdf==3.17.4
markdown==3.5.1
beautifulsoup4==4.12.2
unstructured==0.11.6
pytesseract==0.3.10
# API Framework
fastapi==0.109.0
uvicorn[standard]==0.25.0
pydantic==2.5.3
pydantic-settings==2.1.0
# UI
streamlit==1.29.0
# Database
redis==5.0.1
sqlalchemy==2.0.25
alembic==1.13.1
# Utils
python-dotenv==1.0.0
tenacity==8.2.3
tqdm==4.66.1
colorlog==6.8.0
# Testing
pytest==7.4.4
pytest-cov==4.1.0
pytest-asyncio==0.21.1
pytest-mock==3.12.0
# Development
black==23.12.1
isort==5.13.2
flake8==7.0.0
mypy==1.8.0
pre-commit==3.6.0
# Monitoring
prometheus-client==0.19.0
opentelemetry-api==1.22.0
opentelemetry-sdk==1.22.0
# Additional ML/NLP tools
tiktoken==0.5.2
sentence-transformers==2.2.2
numpy==1.26.3
pandas==2.1.4
scikit-learn==1.4.0