docling/docling
Rafael T. C. Soares f33fe7dbf0 feat: add a new PictureDescription Model to support llama-stack API
Introduces a new PictureDescription Api model to support llama-stack API.
It creates the picture_description_llama_stack_api_model.py which is a variant of the existing picture_description_api_model.py
but with the necessary changes to accommodate the request and response payloads used by the llama-stack chat-completion API specification.

Signed-off-by: Rafael T. C. Soares <rafaelcba@gmail.com>
2025-04-10 11:47:15 -05:00
..
backend fix(docx): Adding new latex symbols, simplifying how equations are added to text (#1295) 2025-04-08 17:11:37 +02:00
chunking feat: expose new hybrid chunker, update docs (#384) 2024-12-09 08:28:29 +01:00
cli feat: OllamaVlmModel for Granite Vision 3.2 (#1337) 2025-04-10 18:03:04 +02:00
datamodel feat: add a new PictureDescription Model to support llama-stack API 2025-04-10 11:47:15 -05:00
models feat: add a new PictureDescription Model to support llama-stack API 2025-04-10 11:47:15 -05:00
pipeline feat: OllamaVlmModel for Granite Vision 3.2 (#1337) 2025-04-10 18:03:04 +02:00
utils feat: OllamaVlmModel for Granite Vision 3.2 (#1337) 2025-04-10 18:03:04 +02:00
__init__.py Initial commit 2024-07-15 09:42:42 +02:00
document_converter.py fix(converter): Cache same pipeline class with different options (#1152) 2025-03-25 12:18:44 +01:00
exceptions.py feat: Introduce the enable_remote_services option to allow remote connections while processing (#941) 2025-02-12 15:18:01 +01:00
py.typed fix: Add py.typed marker file (#531) 2024-12-06 13:42:14 +01:00