Update docling endpoint

This commit is contained in:
bekzod 2025-07-16 20:40:13 +05:00 committed by GitHub
parent 2470da8336
commit 4bc054a347
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -181,7 +181,7 @@ class DoclingLoader:
if lang.strip() 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) r = requests.post(endpoint, files=files, data=params)
if r.ok: if r.ok: