mirror of
https://github.com/langchain-ai/rag-research-agent-template.git
synced 2026-06-30 20:28:02 -04:00
9 lines
177 B
JSON
9 lines
177 B
JSON
{
|
|
"dependencies": ["."],
|
|
"graphs": {
|
|
"indexer": "./src/index_graph/graph.py:graph",
|
|
"retrieval_graph": "./src/retrieval_graph/graph.py:graph"
|
|
},
|
|
"env": ".env"
|
|
}
|