Problems in the latest commit
shanumas opened this issue · 6 comments
- "start" target is missing in make file
- "Debug local" instructions are missing
- langgraph-api is removed from toml file.
I do not know why there is alsways lot of problems with langchain's git repositories. Please fix
@shanumas we will follow up with more guidance on running locally. in the meantime, feel free to use an old revision prior to the switch langgraph cloud https://github.com/langchain-ai/chat-langchain/tree/506b6d6d825948238b8ba911b24de43f9d61a2f2
apologies for any inconvenience
@shanumas also, to confirm, are you just running this locally on your machine or are you also planning to deploy?
@vbarda I am trying this locally on my windows 11 now. If it works fine, I will do some more tests and then eventually deploy it.
But deployment is not my priority. Run locally to test and debug is what I am trying to do now
if you're just trying to confirm that the server is working locally, you can run langgraph test
. note that this will have limited functionality (it only supports stateless runs) and will not work end-to-end with the UI
Just to close the loop, the current recommendation would be either:
(1) run and deploy from this branch https://github.com/langchain-ai/chat-langchain/tree/langserve
(2) test that server is functional with langgraph test
and deploy to LangGraph cloud. See more information here
Once again, apologies for any inconvenience this caused, we'll strive to keep the documentation up-to-date going forward!