-
Notifications
You must be signed in to change notification settings - Fork 249
/
Copy pathindex.yml
143 lines (136 loc) · 5.12 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
### YamlMime:Landing
title: Azure AI Search documentation # < 60 chars
summary: Information retrieval at scale for vector and text content in traditional or generative search scenarios.
metadata:
title: Azure AI Search documentation
description: Information retrieval at scale for vector and text content in traditional or generative search scenarios.
ms.service: azure-ai-search
ms.custom:
- ignite-2023
- ignite-2024
ms.topic: landing-page
author: HeidiSteen
ms.author: heidist
ms.date: 02/024/2025
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
landingContent:
# Cards and links should be based on top customer tasks or top subjects
# Start card title with a verb
# Card
- title: About Azure AI Search
linkLists:
- linkListType: concept
links:
- text: What is Azure AI Search?
url: search-what-is-azure-search.md
- text: AI enrichment
url: cognitive-search-concept-intro.md
- text: Semantic reranking
url: semantic-search-overview.md
- linkListType: quickstart
links:
- text: Create a search service
url: search-create-service-portal.md
- text: Create a search index
url: search-get-started-portal.md
# Card
- title: RAG and vectors
linkLists:
- linkListType: concept
links:
- text: Vectors in Azure AI Search
url: vector-search-overview.md
- text: Built-in vectorization
url: vector-search-integrated-vectorization.md
- text: Built-in compression
url: vector-search-how-to-quantization.md
- text: Retrieval Augmented Generation (RAG)
url: retrieval-augmented-generation-overview.md
- linkListType: quickstart
links:
- text: Retrieve data using an LLM
url: search-get-started-rag.md
- text: Create a vector index
url: search-get-started-vector.md
- text: Query a vector index
url: vector-search-how-to-query.md
- linkListType: sample
links:
- text: Vector samples
url: https://github.com/Azure/azure-search-vector-samples/blob/main/README.md
# Card
- title: Azure AI Foundry
linkLists:
- linkListType: how-to-guide
links:
- text: Create a vector index in Azure AI Foundry portal
url: /azure/ai-foundry/how-to/index-add
- text: Chat with your data using Azure OpenAI
url: /azure/ai-services/openai/use-your-data-quickstart
- text: Build a custom RAG app using Azure AI Foundry SDK
url: /azure/ai-foundry/tutorials/copilot-sdk-build-rag
# Card
- title: Index data
linkLists:
- linkListType: concept
links:
- text: What's a search index?
url: search-what-is-an-index.md
- text: Importing data
url: search-what-is-data-import.md
- text: Indexer overview
url: search-indexer-overview.md
- linkListType: how-to-guide
links:
- text: Index from Azure Blob Storage
url: search-blob-storage-integration.md
- text: Index from Azure SQL Database
url: search-how-to-index-sql-database.md
- text: Index from Azure Cosmos DB
url: search-howto-index-cosmosdb.md
- text: Index any data
url: tutorial-optimize-indexing-push-api.md
# Card
- title: Develop apps
linkLists:
- linkListType: tutorial
links:
- text: Add search to web apps
url: tutorial-csharp-overview.md
- linkListType: how-to-guide
links:
- text: Develop in .NET
url: search-howto-dotnet-sdk.md
- text: Develop in REST
url: search-get-started-rest.md
- linkListType: reference
links:
- text: Azure REST API Reference
url: /rest/api/searchservice/
- text: Azure SDK for .NET
url: /dotnet/api/overview/azure/search.documents-readme
- text: Azure SDK for Python
url: /python/api/overview/azure/search-documents-readme
- text: Azure SDK for Java
url: /java/api/overview/azure/search-documents-readme
- text: Azure SDK for JavaScript
url: /javascript/api/overview/azure/search-documents-readme
# Card
- title: Query data
linkLists:
- linkListType: concept
links:
- text: Query types and composition
url: search-query-overview.md
- text: Create a simple query
url: search-query-create.md
- text: Create advanced queries
url: search-query-lucene-examples.md
- linkListType: reference
links:
- text: Simple syntax (default)
url: query-simple-syntax.md
- text: OData language reference
url: query-odata-filter-orderby-syntax.md
- text: Search Documents (REST)
url: /rest/api/searchservice/documents/search-post