James MacQuillan commited on
Commit
fa01583
·
1 Parent(s): f63a79e
Files changed (1) hide show
  1. app.py +1 -1
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=db_name
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