Replies: 1 comment
-
Also looking for a solution of a fully self-hosted and self-managed solution for deploying my LangGraph agents - no LangSmith monitoring desired. Working on researching this right now - will report back. In the past I had used FastAPI to create an endpoint in which I called |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am in the process of migrating my chat app from LangServe to LangGraph and want to self-host it in Docker (as before).
Is this deployment scenario still valid? I only have a free LangSmith account.
From documentation I think it will be possible to run
langgraph build
, but running the actual LangGraph Docker container seems to require an API key. What doesLANGGRAPH_AUTH_TYPE=noop
do in this context?What options do I have?
Beta Was this translation helpful? Give feedback.
All reactions