mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 17:54:31 +00:00
Initial and very basic docling support.
This commit is contained in:
parent
aa1b670d5c
commit
c3515530bb
3 changed files with 38 additions and 5 deletions
|
|
@ -6,4 +6,6 @@
|
|||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class InlineDoclingConfig(BaseModel): ...
|
||||
class InlineDoclingConfig(BaseModel):
|
||||
chunk: bool
|
||||
tokenizer: str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue