Skip to content

Azure AI Search Index provides a mechanism to search and retrieve text that uses vector embeddings for the search scenarios. Hybrid search is the ability to query text and vectors simultaneously. In this session, we explore the hybrid search abilities with in AI search index after exploring basics of building vectors using Azure OpenAI embeddings

Notifications You must be signed in to change notification settings

mphomathabathe/AZURE-AI-SEARCH

Repository files navigation

AZURE-AI-SEARCH

This repository contains a demo project for Azure AI Search. It includes scripts for creating an Azure AI Search index with Vector Search and Semantic Search capabilities.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python 3.11 or later
  • Azure account
  • Azure AI Search service instance

Installation

  1. Clone the repository and run the notebook vectors.ipynb
  2. All Utility classes are under utils

About

Azure AI Search Index provides a mechanism to search and retrieve text that uses vector embeddings for the search scenarios. Hybrid search is the ability to query text and vectors simultaneously. In this session, we explore the hybrid search abilities with in AI search index after exploring basics of building vectors using Azure OpenAI embeddings

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published