austinbv
commited on
Commit
·
3599e7c
1
Parent(s):
7f0439e
only use unstructured for pdf
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -14,7 +14,7 @@ uvicorn = "^0.23.2"
|
|
| 14 |
langserve = {extras = ["server"], version = ">=0.0.30"}
|
| 15 |
pydantic = "<2"
|
| 16 |
tqdm = "^4.66.1"
|
| 17 |
-
unstructured = {extras = ["
|
| 18 |
langchain-experimental = "^0.0.49"
|
| 19 |
python-dotenv = "^1.0.0"
|
| 20 |
openai = "^1.9.0"
|
|
|
|
| 14 |
langserve = {extras = ["server"], version = ">=0.0.30"}
|
| 15 |
pydantic = "<2"
|
| 16 |
tqdm = "^4.66.1"
|
| 17 |
+
unstructured = {extras = ["pdf"], version = "^0.12.2"}
|
| 18 |
langchain-experimental = "^0.0.49"
|
| 19 |
python-dotenv = "^1.0.0"
|
| 20 |
openai = "^1.9.0"
|