SungBeom's picture
Upload folder using huggingface_hub
4a51346
raw
history blame
168 Bytes
import chromadb
import chromadb.config
from chromadb.server.fastapi import FastAPI
settings = chromadb.config.Settings()
server = FastAPI(settings)
app = server.app()