Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
expressapi
/
chroma
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
chroma
/
chromadb
/
test
/
db
/
migrations
/
00001-migration-1.sqlite.sql
badalsahani
feat: chroma initial deploy
287a0bc
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
51 Bytes
CREATE
TABLE
table1 (
name TEXT
PRIMARY
KEY
);