Spaces:
Runtime error
Runtime error
Commit
·
78fc9f3
1
Parent(s):
61a8c2d
edit app.py
Browse files- pyproject.toml +11 -1
pyproject.toml
CHANGED
@@ -3,7 +3,17 @@ name = "pilates_fine_tuned"
|
|
3 |
version = "0.1.0"
|
4 |
description = "A fine-tuned pilates project."
|
5 |
dependencies = [
|
6 |
-
"langchain-huggingface>=0.0.6"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
]
|
8 |
|
9 |
[build-system]
|
|
|
3 |
version = "0.1.0"
|
4 |
description = "A fine-tuned pilates project."
|
5 |
dependencies = [
|
6 |
+
"langchain-huggingface>=0.0.6",
|
7 |
+
"chainlit>=2.5.5",
|
8 |
+
"faiss-cpu>=1.11.0",
|
9 |
+
"langchain>=0.3.25",
|
10 |
+
"langchain-community>=0.3.24",
|
11 |
+
"langchain-openai>=0.3.16",
|
12 |
+
"pymupdf>=1.25.5",
|
13 |
+
"pytube>=15.0.0",
|
14 |
+
"unstructured>=0.17.2",
|
15 |
+
"youtube-transcript-api>=1.0.3",
|
16 |
+
"websockets==11.0.3"
|
17 |
]
|
18 |
|
19 |
[build-system]
|