llama-stack-mirror/llama_stack/providers/inline/vector_io
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
..
chroma chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
faiss Add pdf support to file_search for Responses API 2025-06-13 09:36:55 -04:00
milvus chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
qdrant chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
sqlite_vec Implement attaching files to vector stores 2025-06-13 09:36:54 -04:00
__init__.py [memory refactor][1/n] Rename Memory -> VectorIO, MemoryBanks -> VectorDBs (#828) 2025-01-22 09:59:30 -08:00