Skip to content

Commit f637261

Browse files
luigiwHanchi Wang
andauthored
Remove mention of [remote] extra in documentations (Azure#40221)
Co-authored-by: Hanchi Wang <[email protected]>
1 parent d35450e commit f637261

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

sdk/evaluation/azure-ai-evaluation/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ Install the Azure AI Evaluation SDK for Python with [pip][pip_link]:
3232
```bash
3333
pip install azure-ai-evaluation
3434
```
35-
If you want to track results in [AI Studio][ai_studio], install `remote` extra:
36-
```python
37-
pip install azure-ai-evaluation[remote]
38-
```
3935

4036
## Key concepts
4137

sdk/evaluation/azure-ai-evaluation/TROUBLESHOOTING.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ This guide walks you through how to investigate failures, common errors in the `
1717
### Troubleshoot Remote Tracking Issues
1818

1919
- Before running `evaluate()`, to ensure that you can enable logging and tracing to your Azure AI project, make sure you are first logged in by running `az login`.
20-
- Then install the following sub-package:
21-
22-
```Shell
23-
pip install azure-ai-evaluation[remote]
24-
```
2520

2621
- Ensure that you assign the proper permissions to the storage account linked to your Azure AI Studio hub. This can be done with the following command. More information can be found [here](https://aka.ms/credentialleshub).
2722

0 commit comments

Comments
 (0)