how to automate the addition of documents to “bring your own data” on azure openai in python?

AMROUN Lysa 221 Reputation points
2024-04-25T06:56:12.04+00:00

good morning,

i am currently using bring your own data to load my documents into my ai search resource and index, i would like to automate this process with a python script, i would like to do the steps in the screenshot below in python, then use the updated index directly in my openai chat. how can i do this in python? User's image

Lysa

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
741 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,250 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
363 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,434 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 18,541 Reputation points
    2024-04-25T14:45:57.21+00:00

    @AMROUN Lysa You can leverage integrated vectorization in Azure AI Search to automate adding documents directly to your data source.

    Announcing the Public Preview of Integrated Vectorization in Azure AI Search - Microsoft Community Hub

    0 comments No comments