feat(tools): add docx extraction for minio ingestion
This commit is contained in:
@@ -627,8 +627,8 @@ backup:
|
||||
When `backup.minio.enabled` is configured, Flynn also exposes MinIO tools:
|
||||
|
||||
- `minio.share`: upload a local file to the configured MinIO bucket and return a temporary download URL (`mc share download`)
|
||||
- `minio.ingest`: read a text-like object (and PDF via `pdftotext` when available) from MinIO and append/replace a memory namespace
|
||||
- `minio.sync`: recursively ingest a MinIO prefix into nested memory namespaces with object and size limits (including PDF extraction when available)
|
||||
- `minio.ingest`: read a text-like object (plus PDF/DOCX via extractor tools when available) from MinIO and append/replace a memory namespace
|
||||
- `minio.sync`: recursively ingest a MinIO prefix into nested memory namespaces with object and size limits (including PDF/DOCX extraction when available)
|
||||
|
||||
## Kubernetes Tools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user