python-azure-ai-projects
Microsoft Azure AI Projects Client Library for Python
The AI Projects client library (in preview) is part of the Azure AI Foundry SDK, and provides easy access to resources in your Azure AI Foundry Project. Use it to: * Create and run Agents using methods on the .agents client property. * Get an AzureOpenAI client using the .get_openai_client() client method. * Enumerate AI Models deployed to your Foundry Project using methods on the .deployments client property. * Enumerate connected Azure resources in your Foundry project using methods on the .connections client property. * Upload documents and create Datasets to reference them using methods on the .datasets client property. * Create and enumerate Search Indexes using methods on the .indexes client property. The client library uses version v1 of the AI Foundry data plane REST APIs.
MIT