sirocco-ventures / raggenie

RAGGENIE: An open-source, low-code platform to build custom Retrieval-Augmented Generation (RAG) Copilets with your own data. Simplify AI development with ease!
https://www.raggenie.com
MIT License
138 stars 52 forks source link

Remove mandatory requirement for column descriptions when adding database plugins #101

Closed abhishekas7 closed 1 month ago

abhishekas7 commented 1 month ago

Here’s an improved version of your PR description:


Description

This PR resolves the issue where users were required to fill in all column descriptions when adding database plugins (e.g., PostgreSQL, Google BigQuery). Now, column descriptions are optional, while the table description remains mandatory, allowing the form to be saved without providing descriptions for every column.

Changes

Fixes Issue

90

Screenshots

image

image

image