Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(wren-ai-service): prompt enhancement to focus on localization language #965

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

paopa
Copy link
Member

@paopa paopa commented Nov 29, 2024

Changes

  • Enhanced question recommendation pipeline to fully localize both questions and category names

Before & After Example

// Before
{
  "question": "在 Wren AI Cloud 平台中,有多少用戶的電子郵件已經驗證?",
  "category": "user_profile"
}

// After
{
  "question": "在過去一年中,多少用戶的電子郵件已經驗證?",
  "category": "用戶資料"
}

@paopa paopa added module/ai-service ai-service related ci/ai-service ai-service related labels Nov 29, 2024
@paopa paopa requested a review from cyyeh November 29, 2024 04:10
Copy link
Member

@cyyeh cyyeh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cyyeh cyyeh merged commit 34db1a4 into main Nov 29, 2024
11 of 12 checks passed
@cyyeh cyyeh deleted the feat/prompt-enhancement-for-question-category branch November 29, 2024 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/ai-service ai-service related module/ai-service ai-service related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants