-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
33 lines (28 loc) · 798 Bytes
/
Copy pathrequirements.txt
File metadata and controls
33 lines (28 loc) · 798 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
# Pinned to the versions validated in the working environment (python 3.12).
# Regenerate deliberately after testing an upgrade; do not float these silently.
# --- Core Dependencies ---
huggingface-hub==0.36.0
transformers==4.40.2
torch==2.9.1
rank-bm25==0.2.2
sentence-transformers==2.7.0
# --- LlamaIndex Core & Plugins ---
llama-index-core==0.14.10
llama-index-readers-github==0.9.0
llama-index-llms-ollama==0.9.1
llama-index-embeddings-huggingface==0.6.1
llama-index-vector-stores-chroma==0.5.3
llama-index-retrievers-bm25==0.6.5
# --- Database & Utilities ---
chromadb==1.4.0
python-dotenv==1.2.1
nest-asyncio==1.6.0
PyGithub==2.8.1
GitPython==3.1.45
# --- Text Processing ---
pypandoc==1.16.2
# --- UI & API ---
fastapi==0.127.0
uvicorn==0.40.0
pydantic==2.12.5
python-multipart==0.0.21