We’ve gotten user feedback on a key pain point of applying LLM’s to production SQL: too many tables+columns, can’t fit context in one prompt!
LlamaIndex 0.4.12 brings a big new improvement in that direction: you can pass table context to our SQL index…and this table context can be another index 🧠
See in-depth text-to-SQL guide here: https://gpt-index.readthedocs.io/en/latest/guides/sql_guide.html