/ open-webui.git
/ app
/ env
/ lib64
/ python3.11
/ site-packages
/ chromadb
/ app.py
Run
Starting...
Stop
View File
Save
import chromadb import chromadb.config from chromadb.server.fastapi import FastAPI settings = chromadb.config.Settings() server = FastAPI(settings) app = server.app()
Memory