Update server.py

This commit is contained in:
localsoo 2025-04-18 01:46:13 +00:00
parent ba21cdf5e2
commit 2f2776c3ee

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