vanna-ai / vanna

🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄.
https://vanna.ai/docs/
MIT License
9.12k stars 673 forks source link

【feat】add database engine and table name to support table ddl update #463

Open zyclove opened 1 month ago

zyclove commented 1 month ago

The data table structure has changed, and the data table ddl needs to be updated.

The unique id is id = deterministic_uuid(engine + "-" + table) + "-ddl" .

zyclove commented 4 weeks ago

@zainhoda Please add the feature of supporting data table DDL update operation, thank you.

id = deterministic_uuid(engine + "-" + full_table_name) + "-ddl"