Update app.py
Browse files
app.py
CHANGED
@@ -433,10 +433,7 @@ def initialize():
|
|
433 |
doc1 = loader1.load()
|
434 |
|
435 |
with tempfile.TemporaryDirectory() as tmp_dir_path:
|
436 |
-
|
437 |
-
|
438 |
-
def setup_chroma(chunks, model_name="sentence-transformers/all-mpnet-base-v2", persist_directory=r"C:\Users\Anwender\Downloads\chroma_test3"):
|
439 |
-
|
440 |
print("Temporary directory path:", tmp_dir_path)
|
441 |
|
442 |
# Define a new sub-path to append
|
|
|
433 |
doc1 = loader1.load()
|
434 |
|
435 |
with tempfile.TemporaryDirectory() as tmp_dir_path:
|
436 |
+
|
|
|
|
|
|
|
437 |
print("Temporary directory path:", tmp_dir_path)
|
438 |
|
439 |
# Define a new sub-path to append
|