mirror of
https://github.com/langchain-ai/langgraph-memory.git
synced 2026-07-01 23:44:01 -04:00
74f1edda7a
You typically wouldn't deploy both the memory service and the chatbot in the same instance.
8 lines
115 B
JSON
8 lines
115 B
JSON
{
|
|
"dependencies": ["."],
|
|
"graphs": {
|
|
"memory": "./memory_service/graph.py:memgraph"
|
|
},
|
|
"env": ".env"
|
|
}
|