BoxcarsAI / boxcars

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

use sample sql data in the prompts #11

Closed francis closed 4 weeks ago

francis commented 1 year ago

Langchain added this feature - https://langchain.readthedocs.io/en/latest/modules/chains/examples/sqlite.html#adding-example-rows-from-each-table

This seems counterintuitive since it will make the prompt bigger, but it could improve SQL generation accuracy.

francis commented 4 weeks ago

closing for now