ArturG9 commited on
Commit
648f093
·
verified ·
1 Parent(s): dedb405

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def create_retriever_from_chroma(vectorstore_path="docs/chroma/", search_type='m
58
 
59
 
60
  # Create the vectorstore
61
- vectorstore = Chroma.from_documents(
62
  documents=split_docs, embedding=embeddings, persist_directory=vectorstore_path
63
  )
64
 
 
58
 
59
 
60
  # Create the vectorstore
61
+ vectorstore = Chroma.from_documents(
62
  documents=split_docs, embedding=embeddings, persist_directory=vectorstore_path
63
  )
64