Spaces:
Paused
Paused
lanny xu
commited on
Commit
·
8008bd3
1
Parent(s):
401184c
modify codes
Browse files
main.py
CHANGED
|
@@ -155,7 +155,7 @@ def main():
|
|
| 155 |
"""主函数"""
|
| 156 |
try:
|
| 157 |
# 初始化系统
|
| 158 |
-
rag_system = AdaptiveRAGSystem()
|
| 159 |
|
| 160 |
# 测试查询
|
| 161 |
# test_question = "AlphaCodium论文讲的是什么?"
|
|
|
|
| 155 |
"""主函数"""
|
| 156 |
try:
|
| 157 |
# 初始化系统
|
| 158 |
+
rag_system: AdaptiveRAGSystem = AdaptiveRAGSystem()
|
| 159 |
|
| 160 |
# 测试查询
|
| 161 |
# test_question = "AlphaCodium论文讲的是什么?"
|