Browse Source

fix: document extractor can't parse excel (#14695)

tags/1.0.1
非法操作 8 months ago
parent
commit
8d4136d864
No account linked to committer's email address
2 changed files with 95 additions and 416 deletions
  1. 94
    415
      api/poetry.lock
  2. 1
    1
      api/pyproject.toml

+ 94
- 415
api/poetry.lock
File diff suppressed because it is too large
View File


+ 1
- 1
api/pyproject.toml View File

@@ -50,7 +50,7 @@ oci = "~2.135.1"
openai = "~1.61.0"
openpyxl = "~3.1.5"
opik = "~1.3.4"
pandas = { version = "~2.2.2", extras = ["performance", "excel"] }
pandas = { version = "~2.2.2", extras = ["performance", "excel", "output-formatting"] }
pandas-stubs = "~2.2.3.241009"
psycogreen = "~1.0.2"
psycopg2-binary = "~2.9.6"

Loading…
Cancel
Save