mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
Merge pull request #15785 from bekzod/patch-1
BREAKING CHANGE: Update docling endpoint
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user