You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quickstart: Keyword search in Azure AI Search using Python
products
azure
azure-cognitive-search
description
Learn how to create, load, and query an Azure AI Search index using Python.
urlFragment
python-quickstart-keyword
Quickstart: Keyword search in Azure AI Search using Python
This sample demonstrates the fundamentals of creating, loading, and querying a search index for full-text search (keyword search). The index is modeled on a subset of the hotels dataset, reduced for readability and comprehension.
What's in this sample
File
Description
azure-search-quickstart.ipynb
Jupyter notebook that creates an index, loads documents, and runs queries