llama-stack-mirror/llama_stack/providers/inline/tool_runtime/synthetic-data-kit
Ben Browning fb6763eef5 Expand file types tested with file_search
This expands the file types tested with file_search to include Word
documents (.docx), Markdown (.md), text (.txt), PDF (.pdf), and
PowerPoint (.pptx) files.

Python's mimetypes library doesn't actually recognize markdown docs as
text, so we have to handle that case specifically instead of relying
on mimetypes to get it right.

Signed-off-by: Ben Browning <bbrownin@redhat.com>
2025-06-21 09:31:38 -04:00
..
__init__.py feat: Add synthetic-data-kit for file_search doc conversion 2025-06-20 18:51:26 -04:00
config.py feat: Add synthetic-data-kit for file_search doc conversion 2025-06-20 18:51:26 -04:00
synthetic_data_kit.py Expand file types tested with file_search 2025-06-21 09:31:38 -04:00