langchain-ai / lang-memgpt

A bot with memory, built on LangGraph Cloud.
MIT License
60 stars 28 forks source link

Set this up to run locally? #3

Open JacobGoldenArt opened 2 months ago

JacobGoldenArt commented 2 months ago

Hi, Great project! These seems a little similar to the journaling app you guys demoed a while back. Sorry this really isn't an issue more of a feature request. I'm currently on the waitlist for Langgraph cloud, and in the meantime I'd love to set this up on my computer or in a docker container.

Could you please provide some guidance for setting this up locally?

Also, it looks like you could use other dbs. Perhaps you could show how to setup a local one like ChromaDb or QDrant would be cool to see. Thanks for sharing!

Jacob

hinthornw commented 2 months ago

Oh great question! You can set up your own FastAPI server if you'd like, so then rather than deploying via langgraph cloud, you'd expose an async endpoint that calls the graph with the provided metadata!