Skip to content

Commit

Permalink
Azure Cognitive Search concepts
Browse files Browse the repository at this point in the history
  • Loading branch information
aniturza authored Oct 9, 2023
1 parent b8e2530 commit 1b6e50d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion docs/content/en/docs/Concepts/azure-cognitive-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,17 @@ categories: [Azure]
tags: [docs, cognitive-search]
---

TODO
Azure Cognitive Search (formerly known as "Azure Search") is a cloud search service that gives developers infrastructure, APIs, and tools for building a rich search experience over private, heterogeneous content in web, mobile, and enterprise applications.

Search is foundational to any app that surfaces text to users, where common scenarios include catalog or document search, online retail apps, or data exploration over proprietary content. When you create a search service, you'll work with the following capabilities:

* A search engine for full text and vector search over a search index containing user-owned content
* Rich indexing, with lexical analysis and optional AI enrichment for content extraction and transformation
* Rich query syntax for vector queries, text search, fuzzy search, autocomplete, geo-search and more
* 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.

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/)
4 changes: 2 additions & 2 deletions docs/content/en/docs/Overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ This delivery consists of the following steps:
1. Upload custom data files and perform vector search.

### Day 3:
1. Customize the solutions look and feel.
1. Customize the solution's look and feel.
1. Extend the solution with prompt engineering and plugins.
1. Show how the solution scales and integrates with other services.
1. Show how the security and monitoring works.
1. Plan the next steps.

## Closing
By the end of the **Activate GenAI with Azure** delivery, stakeholders will have a powerful and innovative solution that can help them improve their document retrieval efficiency, enhance their user experience, increase their productivity, share their knowledge, gain data insights and analytics, and comply with security standards.ss
By the end of the **Activate GenAI with Azure** delivery, stakeholders will have a powerful and innovative solution that can help them improve their document retrieval efficiency, enhance their user experience, increase their productivity, share their knowledge, gain data insights and analytics, and comply with security standards.ss

0 comments on commit 1b6e50d

Please sign in to comment.