Spaces:
Paused
Paused
| import chromadb | |
| import chromadb.config | |
| from chromadb.server.fastapi import FastAPI | |
| settings = chromadb.config.Settings() | |
| server = FastAPI(settings) | |
| app = server.app() | |
| import chromadb | |
| import chromadb.config | |
| from chromadb.server.fastapi import FastAPI | |
| settings = chromadb.config.Settings() | |
| server = FastAPI(settings) | |
| app = server.app() | |