Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.22 KB

File metadata and controls

32 lines (23 loc) · 1.22 KB
page_type sample
languages
python
name 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

Flask sample MIT license badge

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

Documentation

This sample accompanies Quickstart: Full-text search using Python. Follow the documentation for prerequisites, setup instructions, and detailed explanations.

Next step

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