Spaces:
Build error
Build error
File size: 168 Bytes
60e3a80 |
1 2 3 4 5 6 7 8 |
import chromadb
import chromadb.config
from chromadb.server.fastapi import FastAPI
settings = chromadb.config.Settings()
server = FastAPI(settings)
app = server.app()
|