Nomad changes
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 49s

This commit is contained in:
Henrik Jess Nielsen
2026-06-01 23:40:55 +02:00
parent 72b1a0a6ed
commit b4c07d3693
5723 changed files with 1130655 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"id": "extensions_docx",
"category": "registry_operations",
"description": "Get file extensions for DOCX MIME type",
"tags": ["registry", "extensions", "docx"],
"call": "get_extensions_for_mime",
"input": {
"mime_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
},
"assertions": [
{
"type": "not_error"
}
]
}

View File

@@ -0,0 +1,15 @@
{
"id": "extensions_html",
"category": "registry_operations",
"description": "Get file extensions for HTML MIME type",
"tags": ["registry", "extensions", "html"],
"call": "get_extensions_for_mime",
"input": {
"mime_type": "text/html"
},
"assertions": [
{
"type": "not_error"
}
]
}

View File

@@ -0,0 +1,15 @@
{
"id": "extensions_pdf",
"category": "registry_operations",
"description": "Get file extensions for PDF MIME type",
"tags": ["registry", "extensions", "pdf"],
"call": "get_extensions_for_mime",
"input": {
"mime_type": "application/pdf"
},
"assertions": [
{
"type": "not_error"
}
]
}

View File

@@ -0,0 +1,9 @@
{
"id": "list_document_extractors",
"category": "registry",
"description": "List document extractors",
"tags": ["registry"],
"call": "list_document_extractors",
"input": {},
"assertions": [{ "type": "not_error" }]
}

View File

@@ -0,0 +1,9 @@
{
"id": "list_embedding_backends",
"category": "registry",
"description": "List embedding backends",
"tags": ["registry"],
"call": "list_embedding_backends",
"input": {},
"assertions": [{ "type": "not_error" }]
}

View File

@@ -0,0 +1,9 @@
{
"id": "list_ocr_backends",
"category": "registry",
"description": "List OCR backends",
"tags": ["registry"],
"call": "list_ocr_backends",
"input": {},
"assertions": [{ "type": "not_error" }]
}

View File

@@ -0,0 +1,9 @@
{
"id": "list_post_processors",
"category": "registry",
"description": "List post-processors",
"tags": ["registry"],
"call": "list_post_processors",
"input": {},
"assertions": [{ "type": "not_error" }]
}

View File

@@ -0,0 +1,9 @@
{
"id": "list_renderers",
"category": "registry",
"description": "List renderers",
"tags": ["registry"],
"call": "list_renderers",
"input": {},
"assertions": [{ "type": "not_error" }]
}

View File

@@ -0,0 +1,9 @@
{
"id": "list_validators",
"category": "registry",
"description": "List validators",
"tags": ["registry"],
"call": "list_validators",
"input": {},
"assertions": [{ "type": "not_error" }]
}