vanna-ai / vanna

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

Feature request - Rendering hyperlinks in tables generated by running SQL #380

Open anugyas opened 5 months ago

anugyas commented 5 months ago

If I am returning Apple as part of the table that is generated by running the SQL , I want to hyperlink to Apple in the table so that the user can click on it and go to https://www.apple.com/. Right now I am able to format the returned output to generate the following string in the table <a target = "_blank" href="https://www.apple.com/">Apple</a> but this hyperlink is rendered as a string and not formatted into a hyperlink.

Possible solution: Using DataTables.js https://stackoverflow.com/questions/67222580/datatables-js-hyperlink-from-url-json-data

Yash-Singh-Pathania commented 2 months ago

@anugyas would love to pick this one up if possible could you assign it to me .