Fix reindex_embeddings crash: add networkx for Unstructured xlsx.
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user