This commit is contained in:
Yannick Stephan
2025-02-19 22:52:49 +01:00
parent 9277fe8c29
commit eb3306f34c
12 changed files with 7 additions and 84 deletions

View File

@@ -1682,11 +1682,6 @@ def create_app(args):
trace_exception(e)
raise HTTPException(status_code=500, detail=str(e))
# query all graph labels
@app.get("/graph/label/list")
async def get_graph_labels():
return await rag.get_graph_labels()
# query all graph
@app.get("/graphs")
async def get_knowledge_graph(label: str):