提交 19690487 作者: imClumsyPanda

Add support for folder path as input

上级 ffbf239e
......@@ -106,7 +106,6 @@ if __name__ == "__main__":
vector_store = None
while not vector_store:
filepath = input("Input your local knowledge file path 请输入本地知识文件路径:")
print(filepath)
vector_store = init_knowledge_vector_store(filepath)
history = []
while True:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论