Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
expressapi
/
chroma
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
123d36e
chroma
/
chromadb
/
app.py
badalsahani
feat: chroma initial deploy
287a0bc
over 1 year ago
raw
Copy download link
history
blame
Safe
168 Bytes
import
chromadb
import
chromadb.config
from
chromadb.server.fastapi
import
FastAPI
settings = chromadb.config.Settings()
server = FastAPI(settings)
app = server.app()