Skip to content

Commit f6ab6da

Browse files
Merge pull request #228837 from RamanathanChinnappan-MSFT/patch-36
(AzureCXP) fixes MicrosoftDocs/azure-docs#105779
2 parents 1ddc977 + d3d29f3 commit f6ab6da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cognitive-services/openai/tutorials/embeddings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In this tutorial, you learn how to:
3434
* Access granted to Azure OpenAI in the desired Azure subscription
3535
Currently, access to this service is granted only by application. You can apply for access to Azure OpenAI by completing the form at <a href="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.
3636
* <a href="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.
3838
* 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).
3939

4040
> [!NOTE]
@@ -47,7 +47,7 @@ In this tutorial, you learn how to:
4747
If you haven't already, you need to install the following libraries:
4848

4949
```cmd
50-
pip install openai num2words matplotlib plotly scipy scikit-learn transformers
50+
pip install openai num2words matplotlib plotly scipy scikit-learn pandas transformers
5151
```
5252

5353
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
403403

404404
Learn more about Azure OpenAI's models:
405405
> [!div class="nextstepaction"]
406-
> [Next steps button](../concepts/models.md)
406+
> [Next steps button](../concepts/models.md)

0 commit comments

Comments
 (0)