mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-12-10 22:37:32 +00:00
Fix linting
This commit is contained in:
parent
d80ca4dc07
commit
5536ed50ca
@ -341,7 +341,7 @@ def create_app(args):
|
||||
# Add Ollama API routes
|
||||
ollama_api = OllamaAPI(rag, top_k=args.top_k)
|
||||
app.include_router(ollama_api.router, prefix="/api")
|
||||
|
||||
|
||||
@app.get("/")
|
||||
async def redirect_to_webui():
|
||||
"""Redirect root path to /webui"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user