Update format
This commit is contained in:
parent
1af24dc652
commit
b2355deeab
2 changed files with 4 additions and 4 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
|
@ -8797,4 +8797,4 @@ weaviate = ["weaviate-client"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.10.0,<3.13"
|
||||
content-hash = "b0864b74a106940643b7291973c109d9d3ae3d12d7432dd9a897288503cc867f"
|
||||
content-hash = "1b28050bbc5d53795ffc6a850179f3289f3df803e4b03731f35102ad1f2d390f"
|
||||
|
|
|
|||
|
|
@ -68,15 +68,15 @@ alembic = "^1.13.3"
|
|||
asyncpg = {version = "0.30.0", optional = true}
|
||||
pgvector = {version = "^0.3.5", optional = true}
|
||||
psycopg2 = {version = "^2.9.10", optional = true}
|
||||
llama-index-core = {version = "^0.12.10.post1", optional = true}
|
||||
llama-index-core = {version = "^0.12.11", optional = true}
|
||||
deepeval = {version = "^2.0.1", optional = true}
|
||||
transformers = "^4.46.3"
|
||||
pymilvus = {version = "^2.5.0", optional = true}
|
||||
unstructured = { extras = ["csv", "doc", "docx", "epub", "md", "odt", "org", "ppt", "pptx", "rst", "rtf", "tsv", "xlsx"], version = "^0.16.10", optional = true }
|
||||
unstructured = { extras = ["csv", "doc", "docx", "epub", "md", "odt", "org", "ppt", "pptx", "rst", "rtf", "tsv", "xlsx"], version = "^0.16.13", optional = true }
|
||||
pre-commit = "^4.0.1"
|
||||
httpx = "0.27.0"
|
||||
bokeh="^3.6.2"
|
||||
nltk = "^3.9.1"
|
||||
nltk = "3.9.1"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue