microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service
MIT License
1.24k stars 1.21k forks source link

Upload : request failed with status 404 #160

Closed methodidacte closed 1 year ago

methodidacte commented 1 year ago

Trying to upload a small PDF file, I get a 404 issue.

I see a new index in Azure Search, named "azure-chat" but empty.

thivy commented 1 year ago

Trying to upload a small PDF file, I get a 404 issue.

I see a new index in Azure Search, named "azure-chat" but empty.

Coud you please check if changing the Azure document intelligence endpoint work?

Change from: AZURE_DOCUMENT_INTELLIGENCE_ENDPOINT="https://YOURLOCALTION.api.cognitive.microsoft.com/"

Change to: AZURE_DOCUMENT_INTELLIGENCE_ENDPOINT="https://Name_of_Document_Intelligence.api.cognitive.microsoft.com/"