mirror of
https://github.com/langchain-ai/langgraph-memory.git
synced 2026-07-20 23:55:23 -04:00
9d1e6c4a4c
Using Pinecone and any model that supports tool binding.
9 lines
167 B
JSON
9 lines
167 B
JSON
{
|
|
"dependencies": ["."],
|
|
"graphs": {
|
|
"agent": "./memory_service/graph.py:memgraph",
|
|
"chat": "./memory_service/chatbot.py:chatgraph"
|
|
},
|
|
"env": ".env"
|
|
}
|