import additional data to azure cognitive search with python code, entreprise data search with gpt et cognitive search.
I was working on this demo : https://github.com/Azure-Samples/azure-search-openai-demo/
to use chatGpt with entreprise data.
I want to modify the actual code of the demo to be able to import our own data from the company directly from the app and be able to ask these documents.
but i wasn't able to do that.
I tried to run the script prepdocs.py when sending an api request when i upload the file from the App but it seems not to work.
I receive this error
when i run the script prepdocs.py localy it works fine
but when i try to run it on the deployed application, it seems nto to work.
can i have some directives over that ? or maybe there is another solution to be able to import the data.
Thank you.