Skip to content

Commit

Permalink
undeleteg
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Dec 13, 2023
1 parent b8db40b commit 0b310aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
)
)
print(chroma_client)
chroma_client.delete_collection(name="creation_clip_embeddings")
# chroma_client.delete_collection(name="creation_clip_embeddings")
collection = chroma_client.get_or_create_collection(name="creation_clip_embeddings")
print(chroma_client.list_collections())
print(f"Clip embeddings collection size: {collection.count()}")
Expand Down

0 comments on commit 0b310aa

Please sign in to comment.