kgauvin603 commited on
Commit
8180d22
1 Parent(s): 8f69a60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def build_database():
23
  collection_name = 'Dataset-10k-companies'
24
 
25
  # Uncomment the line below to delete the existing collection if needed
26
- chroma_client.delete_collection(name=collection_name)
27
 
28
  # Create a new collection in ChromaDB
29
  collection = chroma_client.create_collection(name=collection_name)
 
23
  collection_name = 'Dataset-10k-companies'
24
 
25
  # Uncomment the line below to delete the existing collection if needed
26
+ # chroma_client.delete_collection(name=collection_name)
27
 
28
  # Create a new collection in ChromaDB
29
  collection = chroma_client.create_collection(name=collection_name)