MukulRay commited on
Commit
d7e8faf
·
1 Parent(s): 2a847ac

fix: add missing characters to routing list, fix sigewinne typo

Browse files
Files changed (1) hide show
  1. rag.py +3 -3
rag.py CHANGED
@@ -142,10 +142,10 @@ def route_query(question: str) -> dict:
142
  # This list covers the major characters — not exhaustive
143
  known_characters = [
144
  "hu tao", "zhongli", "venti", "kazuha", "raiden", "raiden shogun",
145
- "bennett", "xingqiu", "yelan", "xiangling", "fischl", "beidou",
146
- "sucrose", "albedo", "ganyu", "ayaka", "ayato", "itto", "gorou",
147
  "kokomi", "sara", "yoimiya", "thoma", "shenhe", "yunjin",
148
- "nahida", "cyno", "tighnari", "collei", "dori", "layla", "faruzan",
149
  "wanderer", "scaramouche", "alhaitham", "dehya", "mika", "baizhu",
150
  "kaveh", "nilou", "candace",
151
  "neuvillette", "furina", "wriothesley", "navia", "charlotte",
 
142
  # This list covers the major characters — not exhaustive
143
  known_characters = [
144
  "hu tao", "zhongli", "venti", "kazuha", "raiden", "raiden shogun",
145
+ "bennett", "xingqiu", "yelan", "xiangling", "fischl", "beidou", "gaming",
146
+ "sucrose", "albedo", "ganyu", "ayaka", "ayato", "itto", "gorou", "chiori",
147
  "kokomi", "sara", "yoimiya", "thoma", "shenhe", "yunjin",
148
+ "nahida", "cyno", "tighnari", "collei", "dori", "layla", "faruzan", "sethos",
149
  "wanderer", "scaramouche", "alhaitham", "dehya", "mika", "baizhu",
150
  "kaveh", "nilou", "candace",
151
  "neuvillette", "furina", "wriothesley", "navia", "charlotte",