ARBAJSSHAIKH commited on
Commit
f77d199
·
verified ·
1 Parent(s): 2527b3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ client = chromadb.CloudClient(
48
 
49
  # Create or access a collection (like a table in DB)
50
 
51
- collection = client.create_collection("image_rag_final1")
52
 
53
 
54
  # ------------------------------------------------------------
 
48
 
49
  # Create or access a collection (like a table in DB)
50
 
51
+ collection = client.create_collection("image_rag_final2")
52
 
53
 
54
  # ------------------------------------------------------------