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

Route insert_file

LightRAG/examples/lightrag_api_oracle_demo..py:None–None  ·  view source on GitHub ↗
app.post("/insert_file", response_model=Response)

Source from the content-addressed store, hash-verified

1from fastapi import FastAPI, HTTPException, File, UploadFile
2from fastapi import Query
3from contextlib import asynccontextmanager
4from pydantic import BaseModel

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected