llama-stack-mirror/llama_stack/providers
Ben Browning 055885bd5a Add pdf support to file_search for Responses API
This adds basic PDF support (using our existing `parse_pdf` function)
to the file_search tool and corresponding Vector Files API.

When a PDF file is uploaded and attached to a vector store, we parse
the pdf and then chunk its content as normal. This is not the best
solution long-term, but it does match what we've been doing so far for
PDF files in the memory tool.

Signed-off-by: Ben Browning <bbrownin@redhat.com>
2025-06-13 09:36:55 -04:00
..
inline Add pdf support to file_search for Responses API 2025-06-13 09:36:55 -04:00
registry Implement attaching files to vector stores 2025-06-13 09:36:54 -04:00
remote Implement attaching files to vector stores 2025-06-13 09:36:54 -04:00
utils feat: update openai tests to work with both clients (#2442) 2025-06-12 16:30:23 -07:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py fix(tools): do not index tools, only index toolgroups (#2261) 2025-05-25 13:27:52 -07:00