Files
langgraph-memory/langgraph.json
T
William Fu-Hinthorn 74f1edda7a Rm Chat Deployment
You typically wouldn't deploy both the memory service and the chatbot in the same instance.
2024-06-27 17:53:12 -07:00

8 lines
115 B
JSON

{
"dependencies": ["."],
"graphs": {
"memory": "./memory_service/graph.py:memgraph"
},
"env": ".env"
}