Deprecated. Please use https://github.com/TypingMind/plugin-query-azure-training-data instead
This plugin connects TypingMind to your training data in Azure AI Search (Cognitive Search).
When the user ask the AI a question but the AI does not have the answer, the AI will query the training data in Azure AI Search to find the answer.
Sometimes, you need to ask the AI to specifically search from the training data if the AI does not do it automatically.
Example:
> "search from training data for the latest refund policy"
> "who is the founder of the company (search from training data)"
To use this plugin, you need to have an Azure AI Search service and an index with training data.
To get started with Azure AI Search, follow the official documentation.
Note: if you use this plugin in client side, the CORS setting must be set to "All" in the Azure AI Search service. Go to Azure Portal -> Azure AI Search -> Indexes -> CORS -> Select "All" in the "Allowed origin type" section.