From 72df8cef2ca96920b9aa828194cb18bb09bebec3 Mon Sep 17 00:00:00 2001 From: MrJs133 Date: Sun, 22 Dec 2024 16:45:03 +0800 Subject: [PATCH] header --- hugegraph-llm/src/hugegraph_llm/demo/rag_demo/app.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hugegraph-llm/src/hugegraph_llm/demo/rag_demo/app.py b/hugegraph-llm/src/hugegraph_llm/demo/rag_demo/app.py index c8e7b0d..01efb76 100644 --- a/hugegraph-llm/src/hugegraph_llm/demo/rag_demo/app.py +++ b/hugegraph-llm/src/hugegraph_llm/demo/rag_demo/app.py @@ -17,6 +17,7 @@ import argparse +from contextlib import asynccontextmanager import gradio as gr import uvicorn @@ -25,9 +26,6 @@ from apscheduler.schedulers.background import BackgroundScheduler from apscheduler.triggers.cron import CronTrigger -from apscheduler.executors.asyncio import AsyncIOExecutor -from apscheduler.jobstores.memory import MemoryJobStore -from contextlib import asynccontextmanager from hugegraph_llm.api.admin_api import admin_http_api from hugegraph_llm.api.rag_api import rag_http_api