Use AG2 in Microsoft Fabric
gpt-4o
,
gpt-4-turbo
, gpt-4
, gpt-4-8k
, gpt-4-32k
, gpt-35-turbo
,
gpt-35-turbo-16k
and gpt-35-turbo-instruct
, etc. It’s important to
note that the Azure Open AI service is not supported on trial SKUs and
only paid SKUs (F64 or higher, or P1 or higher) are supported.
In this notebook, we demonstrate several examples: - 0. How to access
pre-built LLM endpoints with AG2 in Microsoft Fabric. - 1. How to use
AssistantAgent
and UserProxyAgent
to write code and execute the
code. - 2. How to use AssistantAgent
and RetrieveUserProxyAgent
to
do Retrieval Augmented Generation (RAG) for QA and Code Generation. - 3.
How to use MultimodalConversableAgent
to chat with images.
Python>=3.9
.
Also, this notebook depends on Microsoft Fabric pre-built LLM endpoints
and Fabric runtime 1.2+. Running it elsewhere may encounter errors.
AssistantAgent
and UserProxyAgent
to write code and
execute the code.
AssistantAgent
and RetrieveUserProxyAgent
to do Retrieval
Augmented Generation (RAG) for QA and Code Generation.
Check out this
blog for
more details.
MultimodalConversableAgent
to chat with images.
Check out this
blog for
more details.
We’ll ask a question about below
image: