lanny xu commited on
Commit
ee3fb2e
·
1 Parent(s): 0990104

resolve conflict

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -166,8 +166,8 @@ def main():
166
  rag_system: AdaptiveRAGSystem = AdaptiveRAGSystem()
167
 
168
  # 测试查询
169
- # test_question = "AlphaCodium论文讲的是什么?"
170
- test_question = "解释embedding嵌入的原理,最好列举实现过程的具体步骤"
171
  rag_system.query(test_question)
172
 
173
  # 启动交互模式
 
166
  rag_system: AdaptiveRAGSystem = AdaptiveRAGSystem()
167
 
168
  # 测试查询
169
+ test_question = "AlphaCodium论文讲的是什么?"
170
+ # test_question = "解释embedding嵌入的原理,最好列举实现过程的具体步骤"
171
  rag_system.query(test_question)
172
 
173
  # 启动交互模式