diff --git a/Project.toml b/Project.toml index 2e448d5..744fc14 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "YiemAgent" uuid = "e012c34b-7f78-48e0-971c-7abb83b6f0a2" -version = "0.6.2" +version = "0.6.3" authors = ["narawat lamaiin "] [deps] diff --git a/src/llmfunction.jl b/src/llmfunction.jl index 3e2140e..96ce570 100644 --- a/src/llmfunction.jl +++ b/src/llmfunction.jl @@ -517,7 +517,7 @@ function generatesql(a::T, searchterm::String, requiredKeys = ["plan", "action_name", "action_input"] errornote = "" # provide similar sql only for the first attempt - sql, distance = a.context.similarSQLVectorDB(searchterm) + # sql, distance = a.context.similarSQLVectorDB(searchterm) # similarSQL_ = sql !== nothing ? sql : "None" # # if sql is really close, just use it