mirror of
https://github.com/langchain-ai/memory-template.git
synced 2026-07-01 13:40:54 -04:00
19 lines
510 B
JSON
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"
|
|
}
|
|
}
|
|
}
|