Run the indexer script
Install dependencies by running this command: "pip install -r requirements.txt".
Create a folder named data in the current directory. Place all the documents that the indexer will process within this folder.
Open and run the azure-search-integrated-vectorization-sample.ipynb Python notebook.
Enter the information requested regarding your application and Azure resources.
The script will create a search index and an indexer for Azure Search based on the details provided.
Last updated