Fix reindex_embeddings crash: add networkx for Unstructured xlsx.
CI / test (pull_request) Successful in 10s
Unit Tests / test (pull_request) Successful in 10s

unstructured.partition.xlsx imports networkx; without it reindex dies
mid-run after clearing Chroma. Also skip per-document ingest failures
so one bad file cannot abort the whole rebuild.
This commit is contained in:
2026-08-02 13:54:58 -05:00
parent d8f5b8ebf2
commit 8ff3ad83d1
4 changed files with 33 additions and 1 deletions
+1
View File
@@ -47,6 +47,7 @@ dependencies = [
"python-dateutil==2.9.0.post0",
"pytz==2025.2",
"stripe>=12.0.0,<14.0.0",
"networkx>=3.0,<4",
]
[dependency-groups]