-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
45 lines (36 loc) · 1.05 KB
/
Copy pathrequirements.txt
File metadata and controls
45 lines (36 loc) · 1.05 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
# MCP Protocol
mcp>=1.0.0
# LSP Protocol
pygls>=2.0.0
lsprotocol>=24.0.0
# Vector DB & Embeddings
lancedb>=0.12.0
pyarrow>=14.0.0
huggingface_hub>=0.20.0
numpy>=1.24.0
# Code parsing (Tree-sitter)
tree-sitter>=0.21.0
tree-sitter-python>=0.21.0
tree-sitter-rust>=0.21.0
tree-sitter-typescript>=0.21.0
tree-sitter-javascript>=0.21.0
tree-sitter-go>=0.21.0
# Search & Utils
pathspec>=0.14.0
httpx>=0.24.0
python-dotenv>=1.0.0
# Data Processing
pandas>=2.0.0
# ONNX Runtime (локальные эмбеддинги, fallback)
# ⚠️ CVE-2026-4372 в transformers 4.56.0..5.2.x — запинено <4.56.0
# В рантайме не используется (reranker через httpx).
# Нужен только scripts/download_model.py для экспорта ONNX.
onnxruntime>=1.17.0
transformers>=4.36.0,<4.56.0
tokenizers>=0.15.0
# OpenVINO (INT8 эмбеддинги, ~350 ch/s)
openvino>=2026.0.0
# LanceDB native bindings (pylance для to_lance() и list_indices())
pylance>=8.0.0
# LanceDB dependency (dateutil для api_client)
python-dateutil>=2.8.0