I have an use case, lets say my data resides in the below three index.
data_sources = {
"Knowledge Base": "https://api.ourkba.search.windows.net/kba",
"Press Releases": "https://api.pressreleases.search.windows.net/latest",
"Closest Locations": "https://api.geolocation.search.windows.net/precincts"
}
"Knowledge Base": "https://api.ourkba.search.windows.net/kba",
"Press Releases": "https://api.pressreleases.search.windows.net/latest",
"Closest Locations": "https://api.geolocation.search.windows.net/precincts"
}
Based on the user query, we need to get the response from the relevant API.
What option we have in MCS? can we leverage Actions here ?Thoughts ??
eg : if user.query = "who is the new ceo of our company(XYZ)" -- MCS should make the call to "Press Releases"
if user.query = "what is generative AI" -- MCS should make the call to "Knowlege Base" --
if user.query = "what is generative AI" -- MCS should make the call to "Knowlege Base" --