Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
173
async
def
lifespan(app: FastAPI):
174
global rag
175
rag = await init()
176
print(
"done!"
)
177
yield
178
179
180
app = FastAPI(
Callers
nothing calls this directly
Calls
1
init
Function · 0.85
Tested by
no test coverage detected