Skip to content

Commit 3483d0b

Browse files
committed
pull across config changes
1 parent 46a7f30 commit 3483d0b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ci-configs/packages-preview.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"name": "azure-ai-generative",
144144
"install_type": "pypi",
145145
"prefer_source_distribution": "true",
146-
"version": "==1.0.0b7"
146+
"version": "==1.0.0b9"
147147
},
148148
"exclude_path": [
149149
"test*",

docs-ref-services/preview/ai-generative-readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Azure AI Generative Package client library for Python
33
keywords: Azure, python, SDK, API, azure-ai-generative, ai
4-
ms.date:
4+
ms.date:
55
ms.topic: reference
66
ms.devlang: python
77
ms.service: ai
88
---
9-
# Azure AI Generative Package client library for Python - version 1.0.0b7
9+
# Azure AI Generative Package client library for Python - version 1.0.0b9
1010

1111
The Azure AI Generative package is part of the Azure AI SDK for Python and contains functionality for building, evaluating and deploying Generative AI applications that leverage Azure AI services. The default installation of the package contains capabilities for cloud-connected scenarios, and by installing extras you can also run operations locally (such as building indexes and calculating metrics).
1212

@@ -39,9 +39,9 @@ pip install azure-identity
3939

4040
## Key concepts
4141

42-
The `[index,evaluate,promptflow]` syntax specifies extra packages that you can optionally remove if you don't need the functionality:
42+
The `[index,evaluate,promptflow]` syntax specifies extra packages that you can optionally remove if you don't need the functionality:
4343
* `[index]` adds the ability to build indexes on your local development environment
44-
* `[evaluate]` adds the ability to run evaluation and calculate metrics in your local development environment
44+
* `[evaluate]` adds the ability to run evaluation and calculate metrics in your local development environment
4545
* `[promptflow]` adds the ability to develop with prompt flow connected to your Azure AI project
4646

4747
## Usage

0 commit comments

Comments
 (0)