bing.yaml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. identity:
  2. author: Dify
  3. name: bing
  4. label:
  5. en_US: Bing
  6. zh_Hans: Bing
  7. pt_BR: Bing
  8. description:
  9. en_US: Bing Search
  10. zh_Hans: Bing 搜索
  11. pt_BR: Bing Search
  12. icon: icon.svg
  13. tags:
  14. - search
  15. credentials_for_provider:
  16. subscription_key:
  17. type: secret-input
  18. required: true
  19. label:
  20. en_US: Bing subscription key
  21. zh_Hans: Bing subscription key
  22. pt_BR: Bing subscription key
  23. placeholder:
  24. en_US: Please input your Bing subscription key
  25. zh_Hans: 请输入你的 Bing subscription key
  26. pt_BR: Please input your Bing subscription key
  27. help:
  28. en_US: Get your Bing subscription key from Bing
  29. zh_Hans: 从 Bing 获取您的 Bing subscription key
  30. pt_BR: Get your Bing subscription key from Bing
  31. url: https://www.microsoft.com/cognitive-services/en-us/bing-web-search-api
  32. server_url:
  33. type: text-input
  34. required: false
  35. label:
  36. en_US: Bing endpoint
  37. zh_Hans: Bing endpoint
  38. pt_BR: Bing endpoint
  39. placeholder:
  40. en_US: Please input your Bing endpoint
  41. zh_Hans: 请输入你的 Bing 端点
  42. pt_BR: Please input your Bing endpoint
  43. help:
  44. en_US: An endpoint is like "https://api.bing.microsoft.com/v7.0/search"
  45. zh_Hans: 例如 "https://api.bing.microsoft.com/v7.0/search"
  46. pt_BR: An endpoint is like "https://api.bing.microsoft.com/v7.0/search"
  47. default: https://api.bing.microsoft.com/v7.0/search
  48. allow_entities:
  49. type: boolean
  50. required: false
  51. label:
  52. en_US: Allow Entities Search
  53. zh_Hans: 支持实体搜索
  54. pt_BR: Allow Entities Search
  55. help:
  56. en_US: Does your subscription plan allow entity search
  57. zh_Hans: 您的订阅计划是否支持实体搜索
  58. pt_BR: Does your subscription plan allow entity search
  59. default: true
  60. allow_web_pages:
  61. type: boolean
  62. required: false
  63. label:
  64. en_US: Allow Web Pages Search
  65. zh_Hans: 支持网页搜索
  66. pt_BR: Allow Web Pages Search
  67. help:
  68. en_US: Does your subscription plan allow web pages search
  69. zh_Hans: 您的订阅计划是否支持网页搜索
  70. pt_BR: Does your subscription plan allow web pages search
  71. default: true
  72. allow_computation:
  73. type: boolean
  74. required: false
  75. label:
  76. en_US: Allow Computation Search
  77. zh_Hans: 支持计算搜索
  78. pt_BR: Allow Computation Search
  79. help:
  80. en_US: Does your subscription plan allow computation search
  81. zh_Hans: 您的订阅计划是否支持计算搜索
  82. pt_BR: Does your subscription plan allow computation search
  83. default: false
  84. allow_news:
  85. type: boolean
  86. required: false
  87. label:
  88. en_US: Allow News Search
  89. zh_Hans: 支持新闻搜索
  90. pt_BR: Allow News Search
  91. help:
  92. en_US: Does your subscription plan allow news search
  93. zh_Hans: 您的订阅计划是否支持新闻搜索
  94. pt_BR: Does your subscription plan allow news search
  95. default: false
  96. allow_related_searches:
  97. type: boolean
  98. required: false
  99. label:
  100. en_US: Allow Related Searches
  101. zh_Hans: 支持相关搜索
  102. pt_BR: Allow Related Searches
  103. help:
  104. en_US: Does your subscription plan allow related searches
  105. zh_Hans: 您的订阅计划是否支持相关搜索
  106. pt_BR: Does your subscription plan allow related searches
  107. default: false