Skip to content

Commit 7f1bda3

Browse files
authored
Revert "new authentication section"
1 parent 3544979 commit 7f1bda3

File tree

4 files changed

+2
-47
lines changed

4 files changed

+2
-47
lines changed

articles/ai-services/openai/concepts/use-your-data.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ You might want to consider using an Azure AI Search index when you either want t
7878
* Reuse an index created before by ingesting data from other data sources.
7979

8080
> [!NOTE]
81-
> * To use an existing index, it must have at least one searchable field.
82-
> * Set the CORS **Allow Origin Type** option to `all` and the **Allowed origins** option to `*`.
83-
81+
> To use an existing index, it must have at least one searchable field.
8482
8583
### Search types
8684

@@ -137,7 +135,6 @@ If you want to implement additional value-based criteria for query execution, yo
137135

138136
[!INCLUDE [ai-search-ingestion](../includes/ai-search-ingestion.md)]
139137

140-
[!INCLUDE [authentication](../includes/on-your-data-authentication.md)]
141138

142139
# [Vector Database in Azure Cosmos DB for MongoDB](#tab/mongo-db)
143140

@@ -205,8 +202,6 @@ To modify the schedule, you can use the [Azure portal](https://portal.azure.com/
205202

206203
[!INCLUDE [ai-search-ingestion](../includes/ai-search-ingestion.md)]
207204

208-
[!INCLUDE [authentication](../includes/on-your-data-authentication.md)]
209-
210205
# [Upload files (preview)](#tab/file-upload)
211206

212207
Using Azure OpenAI Studio, you can upload files from your machine to try Azure OpenAI On Your Data. You also have the option to create a new Azure Blob Storage account and Azure AI Search resource. The service then stores the files to an Azure storage container and performs ingestion from the container. You can use the [quickstart](../use-your-data-quickstart.md) article to learn how to use this data source option.
@@ -215,8 +210,6 @@ Using Azure OpenAI Studio, you can upload files from your machine to try Azure O
215210

216211
[!INCLUDE [ai-search-ingestion](../includes/ai-search-ingestion.md)]
217212

218-
[!INCLUDE [authentication](../includes/on-your-data-authentication.md)]
219-
220213
# [URL/Web address (preview)](#tab/web-pages)
221214

222215
You can paste URLs and the service will store the webpage content, using it when generating responses from the model. The content in URLs/web addresses that you use need to have the following characteristics to be properly ingested:
@@ -231,10 +224,6 @@ You can paste URLs and the service will store the webpage content, using it when
231224

232225
Once you have added the URL/web address for data ingestion, the web pages from your URL are fetched and saved to Azure Blob Storage with a container name: `webpage-<index name>`. Each URL will be saved into a different container within the account. Then the files are indexed into an Azure AI Search index, which is used for retrieval when you’re chatting with the model.
233226

234-
[!INCLUDE [ai-search-ingestion](../includes/ai-search-ingestion.md)]
235-
236-
[!INCLUDE [authentication](../includes/on-your-data-authentication.md)]
237-
238227
# [Elasticsearch (preview)](#tab/elasticsearch)
239228

240229
You can connect to your [Elasticsearch vector database](https://www.elastic.co/guide/en/elasticsearch/reference/current/elasticsearch-intro.html) and chat with your data.

articles/ai-services/openai/includes/on-your-data-authentication.md

Lines changed: 0 additions & 35 deletions
This file was deleted.
Binary file not shown.

articles/ai-services/openai/references/azure-search.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ The configurable options of Azure AI Search when using Azure OpenAI On Your Data
4141
| `allow_partial_result` | integer | False | If specified as true, the system will allow partial search results to be used and the request fails if all the queries fail. If not specified, or specified as false, the request will fail if any search query fails. |
4242
| `include_contexts` | array | False | The included properties of the output context. If not specified, the default value is `citations` and `intent`. Values can be `citations`,`intent`, `all_retrieved_documents`.|
4343

44+
4445
## API key authentication options
4546

4647
The authentication options for Azure OpenAI On Your Data when using an API key.

0 commit comments

Comments
 (0)