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