mirror of
https://github.com/langchain-ai/rag-research-agent-template-js.git
synced 2026-07-01 20:04:02 -04:00
9 lines
176 B
JSON
9 lines
176 B
JSON
{
|
|
"node_version": "20",
|
|
"graphs": {
|
|
"retrieval_graph": "./src/retrieval_graph/graph.ts:graph",
|
|
"indexer": "./src/index_graph/graph.ts:graph"
|
|
},
|
|
"env": ".env"
|
|
}
|