diff --git a/knowledge_base/widgets.yaml b/knowledge_base/widgets.yaml index 79708ea..44b2841 100644 --- a/knowledge_base/widgets.yaml +++ b/knowledge_base/widgets.yaml @@ -469,7 +469,6 @@ parameters: properties: query: - description: a standalone question representing information to be retrieved description: a standalone question representing information to be retrieved from the index. type: string diff --git a/utils/constants.py b/utils/constants.py index cd74a88..3c9fa71 100644 --- a/utils/constants.py +++ b/utils/constants.py @@ -53,7 +53,7 @@ WIDGET_INFO_TOKEN_LIMIT = 4000 # Widget Index -WIDGET_INDEX_NAME = "WidgetV20" +WIDGET_INDEX_NAME = "WidgetV25" def get_widget_index_name(): if env.is_local():