BoxcarsAI / boxcars

Building applications with composability using Boxcars with LLM's. Inspired by LangChain.
MIT License
434 stars 39 forks source link

Boxcars::SQL tables and except_tables #47

Closed arihh closed 1 year ago

arihh commented 1 year ago

Modified to allow the following specification.

boxcar = Boxcars::SQL.new(%w[tickets])
boxcar.run "How many tickets are there?"

Also, schema_migrations and ar_internal_metadata will be excluded from the prompt.