Metadata-Version: 2.1
Name: azure-ai-generative
Version: 1.0.0b1
Summary: Microsoft Azure Machine Learning Client Library for Python
Home-page: https://github.com/Azure/azure-sdk-for-python
Author: Microsoft Corporation
Author-email: azuresdkengsysadmins@microsoft.com
License: MIT License
Project-URL: Bug Reports, https://github.com/Azure/azure-sdk-for-python/issues
Project-URL: Source, https://github.com/Azure/azure-sdk-python
Keywords: azure,azuresdk,azure sdk
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Requires-Python: <4.0,>=3.8
Description-Content-Type: text/markdown
Requires-Dist: azure-ai-resources<2.0.0,>=1.0.0b1
Requires-Dist: azureml-telemetry>=1.51.0,~=1.0
Requires-Dist: mlflow-skinny<3
Requires-Dist: opencensus-ext-azure~=1.0
Requires-Dist: opencensus-ext-logging
Provides-Extra: evaluate
Requires-Dist: azureml-metrics[generative-ai]; extra == "evaluate"
Requires-Dist: promptflow; extra == "evaluate"
Requires-Dist: promptflow-tools; extra == "evaluate"
Provides-Extra: faiss
Requires-Dist: faiss-cpu<1.8,>=1.7; extra == "faiss"
Provides-Extra: hugging-face
Requires-Dist: scikit-learn; extra == "hugging-face"
Requires-Dist: sentence-transformers; extra == "hugging-face"
Provides-Extra: index
Requires-Dist: azureml-dataprep[parquet]>4.11; extra == "index"
Requires-Dist: azureml-fsspec>=1; extra == "index"
Requires-Dist: azureml-mlflow; extra == "index"
Requires-Dist: fsspec>=2023.3; extra == "index"
Requires-Dist: openai<1,>=0.27.8; extra == "index"
Requires-Dist: tiktoken<1,>=0.3; extra == "index"
Requires-Dist: mmh3; extra == "index"
Requires-Dist: requests; extra == "index"
Requires-Dist: pandas>=1; extra == "index"
Requires-Dist: nltk<4,>=3.8; extra == "index"
Requires-Dist: markdown<4,>=3.4; extra == "index"
Requires-Dist: beautifulsoup4<5,>=4.11; extra == "index"
Requires-Dist: tika<3,>=2.6; extra == "index"
Requires-Dist: pypdf<4,>=3.7; extra == "index"
Requires-Dist: unstructured<1,>=0.10; extra == "index"
Requires-Dist: GitPython<4,>=3.1; extra == "index"
Requires-Dist: azure-search-documents==11.4.0b11; extra == "index"
Provides-Extra: promptflow
Requires-Dist: promptflow[azure]; extra == "promptflow"
Requires-Dist: promptflow-tools; extra == "promptflow"
Requires-Dist: promptflow-vectordb; extra == "promptflow"
Provides-Extra: qa-generation
Requires-Dist: openai<1,>=0.27.8; extra == "qa-generation"
Provides-Extra: simulator
Requires-Dist: aiohttp>=3.8.5; extra == "simulator"
Requires-Dist: aiohttp_retry<3,>=2; extra == "simulator"
Requires-Dist: Jinja2<4,>=3; extra == "simulator"
Requires-Dist: json5<1,>=0.9; extra == "simulator"
Requires-Dist: jsonpath_ng<2,>=1; extra == "simulator"
Requires-Dist: msal<2,>=1; extra == "simulator"
Requires-Dist: pybase64<2,>=1; extra == "simulator"
Requires-Dist: PyYAML<7,>=4.1; extra == "simulator"
Requires-Dist: tiktoken<1,>=0.3; extra == "simulator"
Requires-Dist: websocket_client<2,>=1; extra == "simulator"
Requires-Dist: azure-keyvault-secrets<5,>=1; extra == "simulator"

# Azure Template Package client library for Python

This template package matches necessary patterns that the development team has established to create a unified SDK. The packages contained herein can be installed singly or as part of the `azure` namespace. Any other introductory text should go here.

This package has been tested with Python 3.7+.

For a more complete set of Azure libraries, see https://aka.ms/azsdk/python/all.

# Getting started

For a rich example of a well formatted readme, please check [here.](https://github.com/Azure/azure-sdk/blob/main/docs/policies/README-TEMPLATE.md) In addition, this is an [example readme](https://github.com/Azure/azure-sdk/blob/main/docs/policies/README-EXAMPLE.md) that should be emulated. Note that the top-level sections in this template align with that of the [template.](https://github.com/Azure/azure-sdk/blob/main/docs/policies/README-TEMPLATE.md)

# Key concepts

Bullet point list of your library's main concepts.

# Examples

Examples of some of the key concepts for your library.

# Troubleshooting

Running into issues? This section should contain details as to what to do there.

# Next steps

More sample code should go here, along with links out to the appropriate example tests.

# Contributing

If you encounter any bugs or have suggestions, please file an issue in the [Issues](<https://github.com/Azure/azure-sdk-for-python/issues>) section of the project.

![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fsdk%2Ftemplate%2Fazure-template%2FREADME.png)

# Release History

## 1.0.0b1 (2023-11-10)

### Features Added
- Try use langchain VectorStore and fallback to vendor.
- Add azure-search-documents 11.4.0b11 and above support.
- Invoke OpenAI with dynamic batch size.
- Fix LangChain importing path
- First preview.
