Spaces:
Sleeping
Sleeping
James MacQuillan
commited on
Commit
·
fa01583
1
Parent(s):
f63a79e
psuh
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ search_documents = [Document(page_content=chunk) for chunk in chunks]
|
|
58 |
search_vectorstore = Chroma.from_documents(
|
59 |
documents=search_documents,
|
60 |
embedding=embedding_model,
|
61 |
-
persist_directory=
|
62 |
)
|
63 |
|
64 |
|
|
|
58 |
search_vectorstore = Chroma.from_documents(
|
59 |
documents=search_documents,
|
60 |
embedding=embedding_model,
|
61 |
+
persist_directory=db_name2
|
62 |
)
|
63 |
|
64 |
|