Skip to content

Commit fb1d166

Browse files
committed
Addressed blocking issue
1 parent b126835 commit fb1d166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Learn about the latest updates to Azure Cognitive Search functionality, docs, an
2222

2323
| Item                         | Type | Description |
2424
|-----------------------------|------|--------------|
25-
| [**ChatGPT + Enterprise data with Azure OpenAI and Cognitive Search (GitHub)**](https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/README.md) | Sample | Python code and a template for combining Cognitive Search with the large language models in OpenAI. For background, see this Tech Community blog post: [Revolutionize your Enterprise Data with ChatGPT](https://techcommunity.microsoft.com/t5/ai-applied-ai-blog/revolutionize-your-enterprise-data-with-chatgpt-next-gen-apps-w/ba-p/3762087). To summarize the key points: <ul><li>Use Cognitive Search to consolidate and index searchable content.</li> <li>Query the index for initial search results.</li> <li>Assemble prompts from those results and send to the gpt-35-turbo (preview) model in Azure OpenAI.</li> <li>Return a cross-document answer and provide citations and transparency in your customer-facing app so that users can assess the response.</li> </ul>|
25+
| [**ChatGPT + Enterprise data with Azure OpenAI and Cognitive Search (GitHub)**](https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/README.md) | Sample | Python code and a template for combining Cognitive Search with the large language models in OpenAI. For background, see this Tech Community blog post: [Revolutionize your Enterprise Data with ChatGPT](https://techcommunity.microsoft.com/t5/ai-applied-ai-blog/revolutionize-your-enterprise-data-with-chatgpt-next-gen-apps-w/ba-p/3762087). <br>Key points: <br>* Use Cognitive Search to consolidate and index searchable content.</br> <br>* Query the index for initial search results.</br> <br>* Assemble prompts from those results and send to the gpt-35-turbo (preview) model in Azure OpenAI.</br> <br>* Return a cross-document answer and provide citations and transparency in your customer-facing app so that users can assess the response.</br>|
2626

2727
## November 2022
2828

0 commit comments

Comments
 (0)