captain-awesome commited on
Commit
9196694
·
1 Parent(s): 69ab70a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ def create_vector_database(loaded_documents):
121
  encode_kwargs=encode_kwargs
122
  )
123
 
124
- persist_directory = 'db'
125
  # Create and persist a Chroma vector database from the chunked documents
126
  db = Chroma.from_documents(
127
  documents=chunked_documents,
 
121
  encode_kwargs=encode_kwargs
122
  )
123
 
124
+ # persist_directory = 'db'
125
  # Create and persist a Chroma vector database from the chunked documents
126
  db = Chroma.from_documents(
127
  documents=chunked_documents,