Key Phrase Extractor

A key phrase extractor transforms an input query by replacing it with its key phrases. This is important when you want to automatically reduce the query to the most important terms.

For instance the query: “I want to know what vector search is” will be transformed to “vector search”.

A OpenAI GPT-driven key phrase extractor.

  • GPT Endpoint is determines the endpoint for a deployed GPT on Azure OpenAI in the format https://<baseUrl>>.openai.azure.com/openai/deployments/<deploymentName>

  • Password is the (admin) API key as provided in your Azure OpenAI configuration