pragunbhutani / dbt-llm-tools

RAG based LLM chatbot for dbt projects
Other
48 stars 12 forks source link

Feat: Added the DocumentGenerator Module #9

Closed pragunbhutani closed 3 months ago

pragunbhutani commented 3 months ago

Added a new module DocumentGenerator that reads the SQL code used to create a model and all its upstream models to infer the schema and description of the resulting model.