From c9937ab5d7ebcadd461e787807561d0d206e26f4 Mon Sep 17 00:00:00 2001 From: narawat Date: Wed, 15 Jul 2026 13:59:01 +0700 Subject: [PATCH 1/2] update --- src/llmfunction.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/llmfunction.jl b/src/llmfunction.jl index 96ce570..8d15e8a 100644 --- a/src/llmfunction.jl +++ b/src/llmfunction.jl @@ -833,6 +833,7 @@ function extractWineAttributes_1(a::T1, input::T2; maxattempt=10 # check each attributes against each column in a database table with BM25 for (k, v) in responsedict + if k ∉ ["wine_price_min", "wine_price_max"] words_catalog = GeneralUtils.harvest_entity_catalog(a.context.pg_conn_str, "wine", k) resolved_word = GeneralUtils.resolve_entity(v, words_catalog;threshold=0.9) responsedict[k] = resolved_word -- 2.52.0 From 31daa805f3a45c795c888dceafffb5ff66372d5d Mon Sep 17 00:00:00 2001 From: narawat Date: Wed, 15 Jul 2026 13:59:28 +0700 Subject: [PATCH 2/2] update --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 744fc14..7bd54a4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "YiemAgent" uuid = "e012c34b-7f78-48e0-971c-7abb83b6f0a2" -version = "0.6.3" +version = "0.6.4" authors = ["narawat lamaiin "] [deps] -- 2.52.0