Add dockerignore, prune unnecessary langgraph.json props

This commit is contained in:
Tat Dat Duong
2024-08-27 01:07:08 +02:00
parent c427163ff4
commit d183eabfa2
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
node_modules
dist
-2
View File
@@ -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"