Packages

Natural-language -> SQL agent over a caller-supplied query function

Current section

Files

Jump to
db_agent rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
{erlangchain, "~> 0.1.0"}
]}.
{profiles, [
{test, [{erl_opts, [nowarn_export_all]}]}
]}.
{hex, [{doc, #{provider => ex_doc}}]}.