From 2ac1c4a1673b419f2b066d9c8c114fb13bde0669 Mon Sep 17 00:00:00 2001 From: localsoo Date: Fri, 18 Apr 2025 01:39:29 +0000 Subject: [PATCH] Update server.py --- app/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/server.py b/app/server.py index ef4b66a..c8e81ed 100644 --- a/app/server.py +++ b/app/server.py @@ -11,7 +11,7 @@ async def redirect_root_to_docs(): # Edit this to add the chain you want to add -add_routes(app, rag_agent, path="/rag") +add_routes(app, rag_agent(), path="/rag") if __name__ == "__main__": import uvicorn