forked from tinyhumansai/neocortex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
47 lines (37 loc) · 1.01 KB
/
requirements.txt
File metadata and controls
47 lines (37 loc) · 1.01 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
# Benchmark suite requirements
# Install: pip install -r benchmarks/requirements.txt
# --- Core (required by all benchmarks) ---
python-dotenv>=1.0.1
tqdm>=4.60.0
numpy>=1.24.0
xxhash>=3.5.0
openai>=1.52.1
# Pin gensim (transitive): older versions fail on Python 3.13 + modern numpy
gensim>=4.3.0
# Pin scipy so pip uses pre-built wheels (avoids building from source + OpenBLAS on macOS)
scipy>=1.14.0
# --- This project (neocortex) ---
# Install from repo root: pip install -e .
# --- fast_graphrag (separate package, used by some external framework benchmarks) ---
fast-graphrag
# --- External RAG frameworks ---
lightrag-hku>=1.0.0
nano-graphrag>=0.0.8
graphrag>=1.0.0
cognee>=0.1.0
protego>=0.1
playwright>=1.9.0
# --- GraphRAG config ---
pyyaml>=6.0
# --- RAGAS quality evaluation (optional) ---
ragas>=0.1.0
datasets>=2.14.0
# --- Google Gemini ---
google-generativeai>=0.8.0
# --- Report formatting (optional) ---
tabulate>=0.9.0
rapidfuzz
# --- Jupyter notebooks ---
jupyter>=1.0.0
nest_asyncio>=1.5.0
ipywidgets>=8.0.0