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

@ -0,0 +1,10 @@
---
sidebar_label: File Processor
title: File_Processor
---
# File_Processor
## Overview
This section contains documentation for all available providers for the **file_processor** API.

View file

@ -0,0 +1,17 @@
---
description: "Reference file processor implementation (placeholder for development)"
sidebar_label: Reference
title: inline::reference
---
# inline::reference
## Description
Reference file processor implementation (placeholder for development)
## Sample Configuration
```yaml
{}
```