mirror of
https://github.com/placeholder-soft/chroma.git
synced 2026-05-12 16:23:36 +08:00
super simple lattice for example app(flask)/notebook/script
This commit is contained in:
5
examples/sample-script/sample_script.py
Normal file
5
examples/sample-script/sample_script.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from hashlib import new
|
||||
import chroma_client
|
||||
|
||||
new_labels = chroma_client.fetch_new_labels()
|
||||
print(new_labels)
|
||||
Reference in New Issue
Block a user