Fixed a few issues in the docling provider.

This commit is contained in:
ilya-kolchinsky 2025-03-06 20:51:37 +01:00
parent f10a412898
commit 275fdbc23f
2 changed files with 10 additions and 3 deletions

View file

@ -8,4 +8,3 @@ from pydantic import BaseModel
class InlineDoclingConfig(BaseModel):
chunk: bool
tokenizer: str