From c7d79c3cf24723530c582f484f981f80fff76d6b Mon Sep 17 00:00:00 2001 From: Miao Zhuang <1060950782@163.com> Date: Tue, 19 Dec 2023 10:48:44 +0800 Subject: [PATCH] fix: version (#716) --- server/api/studio/etc/ai-importer.yaml | 3 +-- server/api/studio/etc/studio-api.yaml | 3 +-- server/go.mod | 2 +- server/go.sum | 4 ++-- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/server/api/studio/etc/ai-importer.yaml b/server/api/studio/etc/ai-importer.yaml index 89cae82f..fc2a0b7d 100644 --- a/server/api/studio/etc/ai-importer.yaml +++ b/server/api/studio/etc/ai-importer.yaml @@ -29,5 +29,4 @@ PromptTemplate: | "nodes":[{ "name":string,"type":string,"props":object }], "edges":[{ "src":string,"dst":string,"edgeType":string,"props":object }] } - The name of the nodes should be an actual object and a noun. - Result: \ No newline at end of file + the result json is: \ No newline at end of file diff --git a/server/api/studio/etc/studio-api.yaml b/server/api/studio/etc/studio-api.yaml index 14ca9376..e612ebdc 100644 --- a/server/api/studio/etc/studio-api.yaml +++ b/server/api/studio/etc/studio-api.yaml @@ -78,5 +78,4 @@ LLM: "nodes":[{ "name":string,"type":string,"props":object }], "edges":[{ "src":string,"dst":string,"edgeType":string,"props":object }] } - The name of the nodes should be an actual object and a noun. - Result: \ No newline at end of file + the result json is: \ No newline at end of file diff --git a/server/go.mod b/server/go.mod index 8d0bdc8e..983be488 100644 --- a/server/go.mod +++ b/server/go.mod @@ -28,7 +28,7 @@ require ( require ( github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.1.5 // indirect - github.com/mattn/go-sqlite3 v1.14.17 + github.com/mattn/go-sqlite3 v1.14.19 gorm.io/gorm v1.25.2 ) diff --git a/server/go.sum b/server/go.sum index 6539192b..12668906 100644 --- a/server/go.sum +++ b/server/go.sum @@ -342,8 +342,8 @@ github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Ky github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI= github.com/mattn/go-runewidth v0.0.13/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w= github.com/mattn/go-sqlite3 v1.9.0/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc= -github.com/mattn/go-sqlite3 v1.14.17 h1:mCRHCLDUBXgpKAqIKsaAaAsrAlbkeomtRFKXh2L6YIM= -github.com/mattn/go-sqlite3 v1.14.17/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg= +github.com/mattn/go-sqlite3 v1.14.19 h1:fhGleo2h1p8tVChob4I9HpmVFIAkKGpiukdrgQbWfGI= +github.com/mattn/go-sqlite3 v1.14.19/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg= github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 h1:I0XW9+e1XWDxdcEniV4rQAIOPUGDq67JSCiRCgGCZLI= github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=