diff --git a/app/server.py b/app/server.py index 7ee36a9..ef4b66a 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, NotImplemented) +add_routes(app, rag_agent, path="/rag") if __name__ == "__main__": import uvicorn