https://github.com/mphomathabathe/azure-ai-search
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
https://github.com/mphomathabathe/azure-ai-search
ai aisearch azure
Last synced: about 2 months ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/mphomathabathe/azure-ai-search
- Owner: mphomathabathe
- Created: 2024-09-09T17:12:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T20:16:44.000Z (about 1 year ago)
- Last Synced: 2025-03-21T21:23:36.437Z (about 1 year ago)
- Topics: ai, aisearch, azure
- Language: Python
- Homepage:
- Size: 3.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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