Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.36 KB

File metadata and controls

34 lines (25 loc) · 1.36 KB
page_type sample
languages
python
name Bulk insert documents in Azure AI Search using Python
description Creates and loads an Azure AI Search index using bulk insert operations with the good-books sample dataset.
products
azure
azure-cognitive-search
urlFragment python-bulk-insert

Bulk insert documents in Azure AI Search using Python

Flask sample MIT license badge

This sample creates and loads a search index using bulk insert operations with the good-books sample dataset. It demonstrates efficient document indexing patterns for large datasets.

What's in this sample

File Description
bulk-insert.py Python script that creates and loads the search index
good-books-index.json Index schema definition
requirements.txt Python package dependencies

Documentation

This sample is the Python version of the bulk-insert content used in Tutorial: Add search to web apps. You can substitute this code to create a Python version of the sample app. You can also run this code on its own to create a good-books index on your search service.

Next step

You can learn more about Azure AI Search on the official documentation site.