diff --git a/Project.toml b/Project.toml index 2d0a38d..04bfb89 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "GeneralUtils" uuid = "c6c72f09-b708-4ac8-ac7c-2084d70108fe" -version = "0.5.7" +version = "0.5.8" authors = ["tonaerospace "] [deps] diff --git a/src/dbUtil.jl b/src/dbUtil.jl index 09bd69e..f651c48 100644 --- a/src/dbUtil.jl +++ b/src/dbUtil.jl @@ -1,6 +1,7 @@ module dbUtil -export dictToPostgresKeyValueString, generateInsertSQL, generateUpdateSQL, find_text_vector_similarity +export dictToPostgresKeyValueString, generateInsertSQL, generateUpdateSQL, find_text_vector_similarity, + execute_postgres_sql, get_embedding_nats using JSON, DataStructures, Distributions, Random, Dates, UUIDs, DataFrames, SHA, NATS