Spaces:
Sleeping
Sleeping
Update pyproject.toml
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
@@ -12,7 +12,7 @@ injector = "^0.21.0"
|
|
12 |
pyyaml = "^6.0.1"
|
13 |
python-multipart = "^0.0.6"
|
14 |
pypdf = "^4.0.1"
|
15 |
-
llama-index = "0.9.
|
16 |
watchdog = "^3.0.0"
|
17 |
qdrant-client = "^1.6.9"
|
18 |
chromadb = {version = "^0.4.13", optional = true}
|
|
|
12 |
pyyaml = "^6.0.1"
|
13 |
python-multipart = "^0.0.6"
|
14 |
pypdf = "^4.0.1"
|
15 |
+
llama-index = { extras = ["local_models"], version = "0.9.3" }
|
16 |
watchdog = "^3.0.0"
|
17 |
qdrant-client = "^1.6.9"
|
18 |
chromadb = {version = "^0.4.13", optional = true}
|