-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
58 lines (47 loc) · 794 Bytes
/
Copy pathrequirements.txt
File metadata and controls
58 lines (47 loc) · 794 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
# Core LLM & RAG
langchain==0.2.16
langchain-community==0.2.16
langchain-openai==0.1.23
langchain-anthropic==0.1.23
langchain-experimental==0.0.64
openai==1.45.0
anthropic==0.34.2
# Vector Stores
faiss-cpu==1.8.0
qdrant-client==1.7.3
# Retrieval
rank-bm25==0.2.2
cohere==5.9.1
# Evaluation
ragas==0.1.21
datasets==3.5.0
# Document Parsing
pymupdf==1.24.10
python-docx==1.1.2
# Embeddings & NLP
sentence-transformers==3.1.1
transformers==4.44.2
torch==2.4.1
nltk==3.9.1
# API & Serving
fastapi==0.114.2
uvicorn==0.30.6
pydantic==2.9.2
python-multipart==0.0.9
# Groq
groq==0.37.1
# Cache
redis==5.0.8
# MLOps
langsmith==0.1.120
# UI
streamlit==1.38.0
plotly==5.24.1
# Utilities
python-dotenv==1.0.1
tqdm==4.66.5
pandas==2.2.2
numpy==1.26.4
httpx==0.27.2
urllib3==2.2.3
requests==2.32.3