Skip to content

Commit

Permalink
remove duplicated description and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobryas4 committed Sep 22, 2023
1 parent fe0fb6a commit ffb6c33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion knowledge_base/widgets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit ffb6c33

Please sign in to comment.