This commit is contained in:
2026-07-15 12:20:44 +07:00
parent 286da3cf2c
commit 9d7eed7cde
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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