feat(rag): replace LiteParse flows with LightRAG provider
This commit is contained in:
@@ -669,7 +669,9 @@ pub(crate) fn collect_filetree_render_rows(
|
||||
.and_then(Value::as_str)
|
||||
})
|
||||
.map(str::trim)
|
||||
.filter(|value| *value == "indexed" || *value == "failed")
|
||||
.filter(|value| {
|
||||
*value == "indexed" || *value == "indexing" || *value == "failed"
|
||||
})
|
||||
.map(ToOwned::to_owned),
|
||||
selected,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user