Replies: 1 comment 2 replies
-
Hi @mayonesa, thanks for your question. We have an Amazon Bedrock AI Service connector available in Python. From what I see this is one component of Amazon SageMaker AI. I found the following article produced by Amazon in December of 2024 that may allow one to call a SageMaker deployed model via Bedrock. Can you have a look, please? It may be as easy as:
Now, in Semantic Kernel Python, you can follow the instructions to configure the AI service connector and connect to that model. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to use Semantic Kernel Processes (Python) for my workflow where some steps will require AI. I would like to use my sagemaker-hosted LLM for this. However, I don't see how to do that in the documentation, the code samples, or internet. Can someone help me make this connection happen?
Beta Was this translation helpful? Give feedback.
All reactions