You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 does LANGGRAPH_AUTH_TYPE=noop do in this context?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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