feat(api): add file_processor API skeleton

This change adds a file_processor API skeleton that provides a foundationfor converting files into structured content for vector store ingestionwith support for chunking strategies and optional embedding generation.

Signed-off-by: Alina Ryan <aliryan@redhat.com>
This commit is contained in:
Alina Ryan 2025-11-08 23:50:49 -05:00
parent 6147321083
commit 2664aeee2a
21 changed files with 258 additions and 0 deletions

View file

@ -45,6 +45,7 @@ CATEGORIES = [
"providers",
"models",
"files",
"file_processor",
"vector_io",
"tool_runtime",
"cli",