feat(tools): add pdf 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 from MinIO and append/replace a memory namespace (useful for syncing notes/runbooks into long-term memory)
|
||||
- `minio.sync`: recursively ingest a MinIO prefix into nested memory namespaces with object and size limits
|
||||
- `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)
|
||||
|
||||
## Kubernetes Tools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user