Thank you for the feedback.
- I think column elimination should not be allowed ( IMO ) as it could lead to serious DB damage. Rest you can check with the queries like delete this column "column name" and check on the query that has been built to carry out the operation From the response object.
- You can always modify the prompt to add/update the current prompt being used by your engine by following this: https://docs.llamaindex.ai/en/stable/examples/prompts/prompt_mixin/#accessing-prompts
- You can replace NLSQLTableQueryEngine with SQLTableRetriever as it is deprecated.
Docs recently got revamped with new UI ( if you may have seen previous UI ). Some of the redirections may not be working, but most of them have been covered.
if you find any url, that throws 404, do share it. or Raise a PR πͺ