-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (31 loc) · 795 Bytes
/
Copy pathpyproject.toml
File metadata and controls
31 lines (31 loc) · 795 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
[project]
name = "raggae"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"accelerate>=1.1.0",
"bitsandbytes>=0.46.1",
"faiss-gpu-cu12>=1.14.1.post1",
"google-api-core>=2.30.1",
"ipywidgets>=8.1.8",
"langchain>=1.2.13",
"langchain-community>=0.4.1",
"langchain-experimental>=0.4.1",
"langchain-google-genai>=4.2.1",
"langchain-groq>=1.1.2",
"langchain-ollama>=1.0.1",
"matplotlib>=3.10.8",
"nbformat>=4.2.0",
"pandas>=3.0.2",
"plotly>=6.6.0",
"pymupdf4llm>=1.27.2.2",
"pypdf>=6.9.2",
"ragatouille>=0.0.9.post2",
"rerankers>=0.10.0",
"sentence-transformers>=5.3.0",
"tqdm>=4.67.3",
"transformers>=5.4.0",
"wikipedia>=1.4.0",
]