An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
@Eli Rose Referencing the issue created in the original repo.
I think the import in your script failed causing this issue. Looking at requirements.txt file the package of azure search that is required is azure-search-documents==11.4.0b3
As mentioned in the github issue did you try to run prepdocs.py directly? In that case, the environment would not have installed the package from requirements.txt as mentioned in prepdocs.sh file.
./scripts/.venv/bin/python -m pip install -r scripts/requirements.txt
Also, Try to follow the steps in the readme page of the project to run ./start.sh if running locally and check if it works.
If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.