RAGGENIE: An open-source, low-code platform to build custom Retrieval-Augmented Generation (RAG) Copilets with your own data. Simplify AI development with ease!
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
Removed the mandatory validation for column descriptions.
Made the table description a mandatory field in the database plugin form.
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