Hello, the azure search index is able to provide at least 50 matches to the query in the azure portal but when added as a tool to the plugin then it does not cross more than 5 suggestions, rather it repeats itself with the answer even after being prompted to return a new result. I believe it is happening due to this configuration-
What features would you like to see added?
Hello, the azure search index is able to provide at least 50 matches to the query in the azure portal but when added as a tool to the plugin then it does not cross more than 5 suggestions, rather it repeats itself with the answer even after being prompted to return a new result. I believe it is happening due to this configuration-
class AzureAISearch extends Tool { // Constants for default values static DEFAULT_API_VERSION = '2023-11-01'; static DEFAULT_QUERY_TYPE = 'simple'; static DEFAULT_TOP = 5;
Request is to kindly make this field configurable so that more than top 5 results are captured to the query for the users.
More details
Due to the default_top parameter much of the data is being excluded from the answer thereby providing non-sufficient information to the user.
Thanks in advance!
Which components are impacted by your request?
Other- The user may not get the complete information.
Pictures
Code of Conduct