This commit is contained in:
ricalot 2025-07-24 00:07:14 +08:00 committed by GitHub
commit fe1d04ec09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -273,7 +273,7 @@ sys.exit(1)
" && echo "API verification succeeded") || echo "API verification failed, but continuing anyway"
# Define API endpoint
DOCLING_API_ENDPOINT="http://localhost:5001/v1alpha/convert/source"
DOCLING_API_ENDPOINT="http://docling-serve:5001/v1alpha/convert/source"
# --- Processing document ---