Michaeldavidstein commited on
Commit
e6e49ef
·
verified ·
1 Parent(s): d3e69af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def build_database():
22
  collection_name = 'Dataset-10k-companies'
23
 
24
  # Delete the existing collection if it exists
25
- chroma_client.delete_collection(name=collection_name)
26
 
27
  # Create a new collection
28
  collection = chroma_client.create_collection(name=collection_name)
 
22
  collection_name = 'Dataset-10k-companies'
23
 
24
  # Delete the existing collection if it exists
25
+ # chroma_client.delete_collection(name=collection_name)
26
 
27
  # Create a new collection
28
  collection = chroma_client.create_collection(name=collection_name)