-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Update Bing Search API Azure Service copy - Unavailable #3729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Any existing instances of Bing Search APIs, with your LLM will be decommissioned completely, and the product will no longer be available for usage or new customer signups." https://azure.microsoft.com/en-us/updates?id=483570 I checked by creating azure account myself to see it is not available. The alternative "Grounding with Bing Search" product only has one pricing available--Grounding with Bing Search ($35 per 1K transactions)
"Any existing instances of Bing Search APIs, with your LLM will be decommissioned completely, and the product will no longer be available for usage or new customer signups." https://azure.microsoft.com/en-us/updates?id=483570 I checked by creating azure account myself to see it is not available. The alternative "Grounding with Bing Search" product only has one pricing available--Grounding with Bing Search ($35 per 1K transactions)
Wow. I can believe changing the pricing, but to kill the product totally and still have it discoverable and offer the exact same thing with a new name is just questionable in so many ways. |
cabwds
pushed a commit
to cabwds/anything-llm
that referenced
this pull request
Jul 3, 2025
* Update index.jsx "Any existing instances of Bing Search APIs, with your LLM will be decommissioned completely, and the product will no longer be available for usage or new customer signups." https://azure.microsoft.com/en-us/updates?id=483570 I checked by creating azure account myself to see it is not available. The alternative "Grounding with Bing Search" product only has one pricing available--Grounding with Bing Search ($35 per 1K transactions) * Update index.jsx "Any existing instances of Bing Search APIs, with your LLM will be decommissioned completely, and the product will no longer be available for usage or new customer signups." https://azure.microsoft.com/en-us/updates?id=483570 I checked by creating azure account myself to see it is not available. The alternative "Grounding with Bing Search" product only has one pricing available--Grounding with Bing Search ($35 per 1K transactions) * update copy --------- Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Type
Relevant Issues
resolves #xxx
What is in this change?
Hello,
I've downloaded AnythingLLM Desktop on my Windows PC and have been enjoying the experience, albeit with minor bumps like unable to configure LLM model download directory, etc. I did notice an error in its agent setup interface though. Since google search was only free for 100 queries and I wasn't comfortable relying on duckduckgo for search quality, I thought bing search was a good alternative with 1000 queries for free per anythingllm interface text. However I must have been too late for the party because when I signed up for azure and went to create BingSearchv7 it got me this error:
{
"status": "Failed",
"error": {
"code": "ApiSetDisabledForCreation",
"message": "Deployment of new Bing resources is unavailable. If you want to leverage search results with LLMs, refer to the new Grounding with Bing SearchΒ product. You can learn more at aka.ms/AgentsBingDoc. For additional questions, please contact BingAPIMS@Microsoft.com."
}
}
Which got me puzzled and when I searched further I found these:
https://learn.microsoft.com/en-us/answers/questions/2153438/couldnt-create-bing-search-api-resource
"Thanks for reaching out. We are evaluating our sign-up process for Bing APIs. New customers who do not have a Bing resource on their subscriptions, will be unable to add a Bing resource. New customers can learn more about the latest Azure offering here: https://learn.microsoft.com/en-us/azure/ai-services/agents/how-to/tools/bing-grounding?tabs=python&pivots=code-example%22."
https://azure.microsoft.com/en-us/updates?id=483570
Retirement: Bing Search APIs with Your LLM on March 6, 2025
Bing Search
RETIREMENT
March 2025
Apparently Microsoft pulled the plug on the service I suppose. The alternative "Grounding with Bing Search" product only has one pricing available--Grounding with Bing Search ($35 per 1K transactions)-- so I just switched to google with 100 queries/day for now.
Nothing wrong on AnythingLLM development in this regard, I just wanted to update the situation and anythingllm interface text to reflect current situation so I made this pull request.
Please feel free to edit the text further if my writing is unclear or even eliminate bing search option from anythingllm entirely.
Thanks.
Developer Validations
yarn lint
from the root of the repo & committed changes