-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
48 lines (42 loc) · 1 KB
/
requirements.txt
File metadata and controls
48 lines (42 loc) · 1 KB
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
# CLAP - Chat Local And Persistent
# https://github.com/cycleuser/CLAP
# Core dependencies (minimal, compatible with NuoYi/marker-pdf)
PySide6>=6.5.0
ollama>=0.1.0
langchain>=0.1.0
langchain-community>=0.0.1
langchain-ollama>=0.0.1
langchain-core>=0.1.0
langchain-text-splitters>=0.0.1
chromadb>=0.4.0
mistune>=3.0.0
Pygments>=2.14.0
Pillow>=9.0.0
requests>=2.28.0
# Optional: RAG document processing
# Install with: pip install clap-llm[rag]
# pypdf>=4.0.0
# python-docx>=0.8.11
# faiss-cpu>=1.7.0
# Optional: Data analysis
# Install with: pip install clap-llm[data]
# numpy>=1.24.0
# pandas>=2.0.0
# matplotlib>=3.7.0
# scipy>=1.10.0
# Optional: Web interface
# Install with: pip install clap-llm[web]
# flask>=2.3.0
# flask-socketio>=5.3.0
# flask-cors>=4.0.0
# Optional: CLI interface
# Install with: pip install clap-llm[cli]
# rich>=13.0.0
# prompt-toolkit>=3.0.0
# Development dependencies
# Install with: pip install clap-llm[dev]
# pytest>=7.3.0
# pytest-cov>=4.1.0
# ruff>=0.0.270
# build>=1.0.0
# twine>=4.0.0