Does GPT-3.5 Turbo have a self-learning mechanism I am working with (Chat with Azure OpenAI models using your own data)?

Syedbabar Ali 375 Reputation points
2023-08-28T17:34:04.78+00:00

Does GPT-3.5 Turbo have a self-learning mechanism I am working with (Chat with Azure OpenAI models using your own data)? If yes how? please share the example

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.
1,003 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,056 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,767 questions
0 comments No comments
{count} votes

Accepted answer
  1. Pramod Valavala 20,626 Reputation points Microsoft Employee
    2023-08-28T17:47:56.9366667+00:00

    @Syedbabar Ali The Azure OpenAI on your Data feature is built upon the Retrieval Augmented Generation pattern which essentially enhances the prompt sent to the underlying LLM model which can use the data provided in the prompt to respond with relevance and knowledge of your data.

    But this is not training of the model itself, instead the data is indexed in a vector database (Azure Cognitive Search in the case of Azure OpenAI Service) and is searched for with the user prompt, results of which are sent in the prompt to the LLM used for generation.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.