Skip to content

Commit

Permalink
Azure Cognitive Search concept update
Browse files Browse the repository at this point in the history
  • Loading branch information
aniturza authored Oct 9, 2023
1 parent 1b6e50d commit a3f3a67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/content/en/docs/Concepts/azure-cognitive-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Search is foundational to any app that surfaces text to users, where common scen
* Programmability through REST APIs and client libraries in Azure SDKs
* Azure integration at the data layer, machine learning layer, and AI (Azure AI services)

In our solution we will use Azure Cognitive Search to serve an index of vectorized content, that will be used by our LLM (ChatGPT) to respond to user's query.
In **our solution** we will use Azure Cognitive Search to serve an index of vectorized content, that will be used by our LLM (ChatGPT) to respond to user's query.

Learn more at the official documentation: [What is Azure Cognitive Search?](https://learn.microsoft.com/en-us/azure/search/search-what-is-azure-search).
Learning Path:[Implement knowledge mining with Azure Cognitive Search - Learning Path](https://learn.microsoft.com/en-us/training/paths/implement-knowledge-mining-azure-cognitive-search/)

Learning Path:[Implement knowledge mining with Azure Cognitive Search](https://learn.microsoft.com/en-us/training/paths/implement-knowledge-mining-azure-cognitive-search/)

0 comments on commit a3f3a67

Please sign in to comment.