glzbcrt / vector-search-demos

Vector search related demos for AI tour, including OpenAI embeddings and Azure AI vector search.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vector Search Demos

Steps for getting it running

  1. Run azd up on azure-search-openai-demo with GPT-4-vision enabled. This will create the necessary resources for the Azure OpenAI, Azure AI Search services, and the Computer Vision service.

  2. Create a .env with these variables, and the values taken from .azure/ENV-NAME/.env

AZURE_OPENAI_SERVICE=YOUR-SERVICE-NAME
AZURE_OPENAI_DEPLOYMENT_NAME=YOUR-OPENAI-DEPLOYMENT-NAME
AZURE_OPENAI_ADA_DEPLOYMENT=YOUR-EMBED-DEPLOYMENT-NAME
AZURE_SEARCH_SERVICE=YOUR-SEARCH-SERVICE-NAME
AZURE_COMPUTERVISION_SERVICE=YOUR-COMPUTERVISION-SERVICE-NAME
  1. Login to the Azure Developer CLI:
azd auth login

About

Vector search related demos for AI tour, including OpenAI embeddings and Azure AI vector search.

License:MIT License


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%