Knowledge Base Bot: Technical Documentation
  • Knowledge Base Bot: Technical Documentation
  • Setting up
    • Prerequisites
      • Set up Azure
      • Install PowerShell modules
      • Install Azure CLI
      • Install Bicep CLI
      • Install Python
    • Pre-deployment
      • Create an app registration
      • Configure access policies
    • Deploy the code and Azure resources
    • Post-deployment
      • Execute post-deployment setup
      • Run the indexer script
  • RESOURCES
    • Architecture
Powered by GitBook
On this page
  1. Setting up
  2. Post-deployment

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.

PreviousExecute post-deployment setupNextArchitecture

Last updated 8 months ago