Skip to content

Commit 5aeb84d

Browse files
committed
updates
1 parent b508fab commit 5aeb84d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ In this tutorial, you learn how to:
3535
Currently, access to this service is granted only by application. You can apply for access to the Azure OpenAI service 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>
3737
* The following Python libraries: openai, num2words, matplotlib, plotly, scipy, scikit-learn, transformers
38+
* The transformers library requires you to have Flax, PyTorch, or TensorFlow present. Consult the transformers [installation guidance](https://pypi.org/project/transformers/) for more info.
3839
* An Azure OpenAI Service resource with **text-search-curie-doc-001** and **text-search-curie-query-001** models deployed. If you don't have a resource the process is documented in our [resource deployment guide](../how-to/create-resource.md).
3940

4041
## Set up
@@ -44,7 +45,7 @@ In this tutorial, you learn how to:
4445
If you haven't already, you need to install the following libraries:
4546

4647
```cmd
47-
pip install openai, num2words, matplotlib, plotly, scipy, scikit-learn, transformers
48+
pip install openai num2words matplotlib plotly scipy scikit-learn transformers requests
4849
```
4950

5051
Alternatively, you can use our [requirements.txt file](https://github.com/Azure-Samples/Azure-OpenAI-Docs-Samples/blob/main/Samples/Tutorials/Embeddings/requirements.txt).

0 commit comments

Comments
 (0)