super simple lattice for example app(flask)/notebook/script

This commit is contained in:
Jeffrey Huber
2022-10-24 11:37:40 -07:00
parent 2c124a9216
commit 05068b8a45
5 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from hashlib import new
import chroma_client
new_labels = chroma_client.fetch_new_labels()
print(new_labels)