Python: migrate GH Action dependencies for Ollama model downloads, move to Azure assets #9543
Labels
ai connector
Anything related to AI connectors
github_actions
Pull requests that update GitHub Actions code
python
Pull requests for the Python Semantic Kernel
sk team issue
A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
stale
Issue is stale because it has been open for 90 days with no activity
During SK integration tests, we perform 5 Ollama model pulls:
This puts a lot of stress on the network, is prone to failure, and adds latency. For example, here's a failure: https://github.com/microsoft/semantic-kernel/actions/runs/11685739831/job/32539906324#step:10:966.
We do need coverage for AI connectors; however, it may make more sense to deploy one Azure resource that Ollama can use to handle all the chat completion related operations, and one embedding model for those tests.
The text was updated successfully, but these errors were encountered: