Skip to content

Commit

Permalink
header
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJs133 committed Dec 22, 2024
1 parent 7810b2b commit 72df8ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hugegraph-llm/src/hugegraph_llm/demo/rag_demo/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@


import argparse
from contextlib import asynccontextmanager

import gradio as gr
import uvicorn
Expand All @@ -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
Expand Down

0 comments on commit 72df8ce

Please sign in to comment.