-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
54 lines (43 loc) · 835 Bytes
/
requirements.txt
File metadata and controls
54 lines (43 loc) · 835 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
# KB Implementation Examples - Dependencies
# Azure SDK
azure-ai-openai>=1.0.0
azure-search-documents>=11.4.0
azure-identity>=1.15.0
azure-core>=1.29.0
# LLM Frameworks & Orchestration
semantic-kernel>=0.9.0
langchain>=0.1.0
langchain-openai>=0.0.5
langchain-community>=0.0.20
# Evaluation & Quality
ragas>=0.1.0
promptfoo>=0.30.0
trulens-eval>=0.20.0
# Vector Stores & Search
redis>=5.0.0
numpy>=1.24.0
faiss-cpu>=1.7.4
# Data Processing
pandas>=2.0.0
pyarrow>=14.0.0
# API Clients
openai>=1.10.0
anthropic>=0.18.0
# Utilities
python-dotenv>=1.0.0
pydantic>=2.0.0
pydantic-settings>=2.1.0
# Web & API
fastapi>=0.109.0
uvicorn>=0.27.0
requests>=2.31.0
# Testing
pytest>=7.4.0
pytest-asyncio>=0.23.0
pytest-cov>=4.1.0
# Monitoring & Observability
prometheus-client>=0.19.0
# Development
black>=24.0.0
ruff>=0.1.0
mypy>=1.8.0