Jiangxz commited on
Commit
2083826
Β·
verified Β·
1 Parent(s): 3401e39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ print(f"εˆ†ε‰²εΎŒηš„ζ–‡δ»Άζ•Έι‡οΌš{len(split_docs)}")
80
  embeddings = HuggingFaceEmbeddings(model_name="intfloat/multilingual-e5-large")
81
  print(f"\nζˆεŠŸεˆε§‹εŒ–ε΅Œε…₯ζ¨‘εž‹")
82
 
83
- print(f"開始建立向量資料庫")
84
  vectorstore = Chroma.from_documents(split_docs, embeddings, persist_directory="./Knowledge-base")
85
  print(f"ζˆεŠŸε»Ίη«‹ Chroma 向量資料庫")
86
 
 
80
  embeddings = HuggingFaceEmbeddings(model_name="intfloat/multilingual-e5-large")
81
  print(f"\nζˆεŠŸεˆε§‹εŒ–ε΅Œε…₯ζ¨‘εž‹")
82
 
83
+ print(f"\n開始建立向量資料庫")
84
  vectorstore = Chroma.from_documents(split_docs, embeddings, persist_directory="./Knowledge-base")
85
  print(f"ζˆεŠŸε»Ίη«‹ Chroma 向量資料庫")
86