langchain-ai / chat-langchain

https://chat.langchain.com
MIT License
4.96k stars 1.15k forks source link

Problems in the latest commit #338

Closed shanumas closed 1 day ago

shanumas commented 6 days ago
  1. "start" target is missing in make file
  2. "Debug local" instructions are missing
  3. 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

vbarda commented 2 days ago

@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

vbarda commented 2 days ago

@shanumas also, to confirm, are you just running this locally on your machine or are you also planning to deploy?

shanumas commented 2 days ago

@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

vbarda commented 2 days ago

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

vbarda commented 1 day ago

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!