Update server.py

This commit is contained in:
groupuser 2025-04-18 00:53:27 +00:00
parent 63f97b2986
commit 598c4a0b98

@ -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(), "/rag")
if __name__ == "__main__":
import uvicorn