-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
44 lines (36 loc) · 944 Bytes
/
Copy pathrequirements.txt
File metadata and controls
44 lines (36 loc) · 944 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
# ──────────────────────────────────────────────
# RAG Pipeline Dependencies
# ──────────────────────────────────────────────
# Core LangChain
langchain>=0.2.0
langchain-community>=0.2.0
langchain-core>=0.2.0
langgraph>=0.1.0
langchain-chroma>=0.1.0
langchain-ollama>=0.1.0
langchain-experimental>=0.3.0
# Embeddings & Reranking
sentence-transformers>=2.2.0
transformers>=4.35.0
# Sparse search
rank-bm25>=0.2.2
# Document loading & processing
beautifulsoup4>=4.12.0
lxml>=4.9.0
tiktoken>=0.5.0
# Evaluation
ragas>=0.1.0
datasets>=2.14.0
# Frontend
chainlit>=1.0.0
# Notebooks & Visualization
notebook>=7.0.0
ipykernel>=6.0.0
matplotlib>=3.7.0
seaborn>=0.12.0
pandas>=2.0.0
tabulate>=0.9.0
tqdm>=4.65.0
# Configuration
pyyaml>=6.0
python-dotenv>=1.0.0