You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/openai/tutorials/embeddings.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ In this tutorial, you learn how to:
34
34
* Access granted to Azure OpenAI in the desired Azure subscription
35
35
Currently, access to this service is granted only by application. You can apply for access to Azure OpenAI by completing the form at <ahref="https://aka.ms/oai/access"target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
36
36
* <ahref="https://www.python.org/"target="_blank">Python 3.7.1 or later version</a>
37
-
* The following Python libraries: openai, num2words, matplotlib, plotly, scipy, scikit-learn, transformers.
37
+
* The following Python libraries: openai, num2words, matplotlib, plotly, scipy, scikit-learn,pandas, transformers.
38
38
* An Azure OpenAI resource with **text-search-curie-doc-001** and **text-search-curie-query-001** models deployed. These models are currently only available in [certain regions](../concepts/models.md#model-summary-table-and-region-availability). If you don't have a resource the process is documented in our [resource deployment guide](../how-to/create-resource.md).
39
39
40
40
> [!NOTE]
@@ -47,7 +47,7 @@ In this tutorial, you learn how to:
47
47
If you haven't already, you need to install the following libraries:
Alternatively, you can use our [requirements.txt file](https://github.com/Azure-Samples/Azure-OpenAI-Docs-Samples/blob/main/Samples/Tutorials/Embeddings/requirements.txt).
@@ -403,4 +403,4 @@ If you created an OpenAI resource solely for completing this tutorial and want t
0 commit comments