Pao Sheng

Results 8 issues of Pao Sheng

This PR introduces a component designed to verify the existence of MDL items (such as models, views, and relationships) to prevent issues with items not being found during the deployment...

module/ai-service

This is a draft PR to allow members to test and compare the performance of synchronous and asynchronous LLM components. - The Locust file is located in the `tools` folder....

In previous issues (#716 and #723), we successfully separated the routers into individual modules to improve organization and maintainability. To further enhance our code structure, we propose refactoring the API...

good first issue
feature-request
hacktoberfest

Following the completion of #735, we have an opportunity to refactor our services similarly to the changes made in #716 and #723. The goal is to enhance our code structure...

good first issue
feature-request
hacktoberfest

## Changes 1. **Pipeline Simplification** - Removed SQL intention generation using LLM - Simplified document storage to use direct question-SQL pairs - Updated pipeline configuration to remove unnecessary LLM dependency...

module/ai-service
ci/ai-service

This PR refactors the semantics description service to improve clarity and functionality: 1. **Renamed Components** - Renamed `semantics_description` to `semantics_enrichment` for better clarity - Updated all related imports, class names,...

module/ai-service
ci/ai-service

**Issue Summary:** When editing the relationship between columns on the modeling page, the information block occasionally obstructs the option button, making it difficult to access. **Steps to Reproduce:** 1. Navigate...

module/ui
feature-request

This PR introduces several improvements and cleanups to the SQL generation pipeline: ### Key Changes - Deprecated `AccuracyMultiCandidateMetric` as it's no longer needed for Text to SQL tasks - Added...

module/ai-service
ci/ai-service