Replies: 1 comment
-
Tagging @sphenry |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am building some summary tool that need to ingest Azure RBAC permission table ( Example link https://learn.microsoft.com/en-us/azure/role-based-access-control/permissions/security) to teach LLM what does each action/operation name really mean. (LLM will give some random meaning based on the words in the action.)
However, Bing Resource does not support Bing Search anymore according to Bing Search API team. My plan was to use Bing Search to search the exact URL link by adding the grounding rule in regular Bing Search, or maybe use custom Bing Search.
Bing Search API team is asking me to use Azure AI Agent Service as they have Grounding Bing Search as an option.
Google Search API is not viable as I am building MS internal tool. Vector Search is overkill, as I do not need semantic meaning of the operation name, and it will not update the data automatically (LLM can just do exact pattern matching).
In that case, what is the alternative?
Beta Was this translation helpful? Give feedback.
All reactions