Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|