mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: [BREAKING] Python: move Azure AI embeddings to Foundry (#5056)
* renamed AzureAIINferenceEmbeddings and lazy load azure-cosmos and env var rename * updated coverage * fix readme
This commit is contained in:
committed by
GitHub
Unverified
parent
47d82911c0
commit
95fd5ec658
@@ -0,0 +1,10 @@
|
||||
# Copyright (c) Microsoft. All rights reserved.
|
||||
|
||||
from agent_framework_azure_cosmos import CosmosHistoryProvider
|
||||
|
||||
import agent_framework.azure as azure
|
||||
|
||||
|
||||
def test_azure_namespace_exposes_cosmos_history_provider() -> None:
|
||||
assert azure.CosmosHistoryProvider is CosmosHistoryProvider
|
||||
assert "CosmosHistoryProvider" in dir(azure)
|
||||
Reference in New Issue
Block a user