Merge pull request #15785 from bekzod/patch-1

BREAKING CHANGE: Update docling endpoint
This commit is contained in:
Tim Jaeryang Baek 2025-07-24 21:09:13 +04:00 committed by GitHub
commit dcade8cdf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -181,7 +181,7 @@ class DoclingLoader:
if lang.strip()
]
endpoint = f"{self.url}/v1alpha/convert/file"
endpoint = f"{self.url}/v1/convert/file"
r = requests.post(endpoint, files=files, data=params)
if r.ok: