WrenAI icon indicating copy to clipboard operation
WrenAI copied to clipboard

WrenAI makes your database RAG-ready. Implement Text-to-SQL more accurately and securely.

Results 34 WrenAI issues
Sort by recently updated
recently updated
newest added

## Description UI integrating API to model CRUD ## Tasks - [x] Connect create model API to create a data model - [x] Connect delete model API to delete model...

module/ui

## Description Fix recommend relationships so that UI operations work normally ## Issue ticket number closes #182 ### UI ![截圖 2024-05-02 下午6 17 05](https://github.com/Canner/WrenAI/assets/42527625/0a6efed9-903a-470a-9bd4-9ce0eab60f10) ![截圖 2024-05-02 下午6 16 56](https://github.com/Canner/WrenAI/assets/42527625/6668662a-39e0-4b70-80e8-e147f40dc74c)

module/ui
ci/ui

Support calculated field in sementic layer

ci/ui

**Describe the bug** When connecting to a PostgreSQL data source and attempting to convert database tables into models. However, I'm unable to select the related models. **To Reproduce** Steps to...

bug

**Describe the bug** we can't successfully deploy the model with 200+ PostgreSQL tables. the ui will show apollo error and I am not clear what's the problem. I've tested the...

bug

**Describe the bug** we can’t connect to PostgreSQL database with ssl. and it seems that we haven't handle this condition. related code location: `wren-ui/src/apollo/server/connectors/postgresConnector.ts` at 207th line **To Reproduce** please...

bug

**Describe the bug** since now we support reading csv, json, parquet files using DuckDB; however, there are no strict rules on column names used in the dataset and this can...

bug

Currently when a internal server error occurs, we only show 'internal server error'. In this use case, this error occurs because wifi is down: ![SCR-20240429-mmgv](https://github.com/Canner/WrenAI/assets/103988255/13281682-0ef8-440e-900b-711140bb3f15) Should show error message(e.g. network...

bug

As many enterprises utilize Microsoft SQL Server for critical data storage and business operations, the integration of an MS SQL Server connector would be immensely beneficial. This feature would enable...

feature-request