llama-stack-mirror/llama_stack/providers
Ben Browning 1485f3bb4c 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-27 13:42:05 -04:00
..
inline Expand file types tested with file_search 2025-06-27 13:42:05 -04:00
registry feat: Add synthetic-data-kit for file_search doc conversion 2025-06-27 13:31:38 -04:00
remote fix: Some missed env variable changes from PR 2490 (#2538) 2025-06-26 17:59:15 -07:00
utils Still retrieve the file_response in openai_vector_store_mixin 2025-06-27 13:31:40 -04:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py fix: finish conversion to StrEnum (#2514) 2025-06-26 08:01:26 +05:30