Files
memory-template/langgraph.json
T
William Fu-Hinthorn 7a2c571ac8 Update
2025-09-12 11:55:01 -07:00

19 lines
510 B
JSON

{
"$schema": "https://langgra.ph/schema.json",
"dockerfile_lines": [],
"graphs": {
"chatbot": "./src/chatbot/graph.py:graph",
"memory_graph": "./src/memory_graph/graph.py:graph"
},
"env": ".env",
"python_version": "3.11",
"dependencies": ["."],
"store": {
"ttl": {"default_ttl": 1, "refresh_on_read": false, "sweep_interval_minutes": 1},
"index": {
"dims": 1536,
"embed": "openai:text-embedding-3-small"
}
}
}