Run the indexer script

  1. Install dependencies by running this command: "pip install -r requirements.txt".

  2. Create a folder named data in the current directory. Place all the documents that the indexer will process within this folder.

  3. Open and run the azure-search-integrated-vectorization-sample.ipynb Python notebook.

  4. Enter the information requested regarding your application and Azure resources.

  5. The script will create a search index and an indexer for Azure Search based on the details provided.

Last updated