🚀 An open-source SQL AI (Text-to-SQL) Agent that empowers data, product teams to chat with their data. 🤘
GNU Affero General Public License v3.0
2.07k
stars
217
forks
source link
feat(wren-ai-service): Add Relationship Type Validation and Language Support for semantics description #931
Closed
paopa closed 4 days ago
Changes
Added relationship type validation to filter out unexpected relationship types
RelationType
enum to strictly define valid relationship types (ONE_TO_ONE, ONE_TO_MANY, MANY_TO_ONE)validated()
function to filter out relationships with invalid typesAdded language support for relationship recommendations
Code improvements
Example
Before validation:
After validation:
Testing