mirror of
https://github.com/langchain-ai/retrieval-agent-template-js.git
synced 2026-07-01 15:24:18 -04:00
Add dockerignore, prune unnecessary langgraph.json props
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
node_modules
|
||||
dist
|
||||
@@ -1,7 +1,5 @@
|
||||
{
|
||||
"node_version": "20",
|
||||
"dockerfile_lines": [],
|
||||
"dependencies": ["."],
|
||||
"graphs": {
|
||||
"retrieval_graph": "./retrieval-graph/graph.ts:graph",
|
||||
"indexer": "./retrieval-graph/index_graph.ts:graph"
|
||||
|
||||
Reference in New Issue
Block a user