emarco177 / langgaph-course

Apache License 2.0
223 stars 74 forks source link

No Flask Server in main.py as mentioned in README #6

Open sourangshupal opened 1 month ago

sourangshupal commented 1 month ago

No Flask Server

hasibuldog commented 2 days ago

you don't need flask server. to deploy it as a rest api server you just need to run langgraph up command. and langgraph.json will do the job. just make sure the database connection is okay. Because langgraph up will run it's own database container. you will just need to connect to that.