Update url in POST /file-uploads (#2193)

This commit is contained in:
Sara Zan 2022-02-16 13:06:05 +01:00 committed by GitHub
parent 853de933a1
commit b0d82e9fbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ def upload_file(
):
"""
You can use this endpoint to upload a file for indexing
(see [http://localhost:3000/guides/rest-api#indexing-documents-in-the-haystack-rest-api-document-store]).
(see https://haystack.deepset.ai/guides/rest-api#indexing-documents-in-the-haystack-rest-api-document-store).
"""
if not INDEXING_PIPELINE:
raise HTTPException(status_code=501, detail="Indexing Pipeline is not configured.")