MCPcopy Create free account
hub / github.com/NanGePlus/LightRAGTest / lifespan

Function lifespan

LightRAG/examples/lightrag_api_oracle_demo..py:173–177  ·  view source on GitHub ↗
(app: FastAPI)

Source from the content-addressed store, hash-verified

171
172@asynccontextmanager
173async def lifespan(app: FastAPI):
174 global rag
175 rag = await init()
176 print("done!")
177 yield
178
179
180app = FastAPI(

Callers

nothing calls this directly

Calls 1

initFunction · 0.85

Tested by

no test coverage detected