Skip to content

Fix search component name #863

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/azureai/azureai-search-document-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For more information on using the `SearchIndexClient`, see [How to use Azure.Sea
## Get started

- Azure subscription: [create one for free](https://azure.microsoft.com/free/).
- Azure Search service: [create an Azure OpenAI Service resource](/azure/search/search-create-service-portal).
- Azure Search service: [create an Azure AI Search service resource](/azure/search/search-create-service-portal).

To get started with the .NET Aspire Azure AI Search Documents component, install the [Aspire.Azure.Search.Documents](https://www.nuget.org/packages/Aspire.Azure.Search.Documents) NuGet package.

Expand Down
Loading