Skip to content

Commit 051e503

Browse files
committed
adding request access section
1 parent 5a784f6 commit 051e503

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,14 +236,18 @@ Once you have added the URL/web address for data ingestion, the web pages from y
236236

237237
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.
238238

239-
### Prerequisite
239+
### Prerequisites
240240

241241
* An Elasticsearch database
242242
* An embedding model. You can:
243243
* Use an existing Azure OpenAI `text-embedding-ada-002` embedding model, or
244244
* Bring your own embedding model hosted on Elasticsearch.
245245
* Prepare your data using the python notebook available on [GitHub](https://github.com/microsoft/sample-app-aoai-chatGPT/blob/main/notebooks/AzureOpenAI_OnYourData_Elasticsearch.ipynb).
246246

247+
### Request access
248+
249+
Using the Elasticsearch data source is a preview feature which is subject to the Limited Access Service terms in the [service-specific terms](https://go.microsoft.com/fwlink/?linkid=2018760) for Azure AI services. You must fill out and submit a [request form](https://aka.ms/aoaioydelasticsearchrequest) to request access to the Elasticsearch data source. The form requests information about your company and the scenario for which you plan to use the Elasticsearch data source. After you submit the form, the Azure AI services team will review it and email you with a decision within 10 business days.
250+
247251
### Connect Elasticsearch to Azure OpenAI On Your Data
248252

249253
1. Set up [Elasticsearch](https://www.elastic.co/guide/en/elasticsearch/reference/current/setup.html) and get your connection information.

0 commit comments

Comments
 (0)