Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- pyproject.toml +6 -4
- uv.lock +0 -0
pyproject.toml
CHANGED
|
@@ -47,7 +47,7 @@ dependencies = [
|
|
| 47 |
# VECTOR DB / INDEXING
|
| 48 |
# =======================
|
| 49 |
"faiss-cpu>=1.13.0",
|
| 50 |
-
"chromadb
|
| 51 |
"sentence-transformers>=5.1.2",
|
| 52 |
"pymupdf",
|
| 53 |
"pypdf>=6.3.0",
|
|
@@ -58,8 +58,8 @@ dependencies = [
|
|
| 58 |
# =======================
|
| 59 |
# AUTOGEN
|
| 60 |
# =======================
|
| 61 |
-
"autogen-agentchat
|
| 62 |
-
"autogen-ext[grpc,mcp,ollama,openai]
|
| 63 |
"asyncio",
|
| 64 |
|
| 65 |
# =======================
|
|
@@ -114,7 +114,9 @@ dependencies = [
|
|
| 114 |
# AUDIO / VIDEO
|
| 115 |
# =======================
|
| 116 |
"yt_dlp>=2025.11.12",
|
| 117 |
-
"openai-whisper
|
|
|
|
|
|
|
| 118 |
|
| 119 |
# =======================
|
| 120 |
# MACHINE LEARNING
|
|
|
|
| 47 |
# VECTOR DB / INDEXING
|
| 48 |
# =======================
|
| 49 |
"faiss-cpu>=1.13.0",
|
| 50 |
+
"chromadb>=0.4.0",
|
| 51 |
"sentence-transformers>=5.1.2",
|
| 52 |
"pymupdf",
|
| 53 |
"pypdf>=6.3.0",
|
|
|
|
| 58 |
# =======================
|
| 59 |
# AUTOGEN
|
| 60 |
# =======================
|
| 61 |
+
"autogen-agentchat==0.4.7",
|
| 62 |
+
"autogen-ext[grpc,mcp,ollama,openai]==0.4.7",
|
| 63 |
"asyncio",
|
| 64 |
|
| 65 |
# =======================
|
|
|
|
| 114 |
# AUDIO / VIDEO
|
| 115 |
# =======================
|
| 116 |
"yt_dlp>=2025.11.12",
|
| 117 |
+
"openai-whisper==20240930",
|
| 118 |
+
"numba==0.59.0",
|
| 119 |
+
"llvmlite==0.42.0",
|
| 120 |
|
| 121 |
# =======================
|
| 122 |
# MACHINE LEARNING
|
uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|