mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-31 11:28:28 +08:00
Add support for folder path as input
This commit is contained in:
parent
ffbf239e1b
commit
196904872c
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user