The project demonstrates how to use AI Search to create an index and indexer including custom skills and data sources.
Now, we need to create an agent that can utilize this index to answer users queries about the indexed content.
The agent should be created using Microsoft Agent Framework.
At this point, we need to create an agent with an ability to run it locally. In later tasks we will add deployment and evaluation capabilities.
The primary idea of the agent is chat with documents that are part of AI Search index.
The project demonstrates how to use AI Search to create an index and indexer including custom skills and data sources.
Now, we need to create an agent that can utilize this index to answer users queries about the indexed content.
The agent should be created using Microsoft Agent Framework.
At this point, we need to create an agent with an ability to run it locally. In later tasks we will add deployment and evaluation capabilities.
The primary idea of the agent is chat with documents that are part of AI Search index.