Update app.py
Browse files
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)
|