Update docling endpoint
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user