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

[question] 维度的近义词或者是等价词怎么实现 #2011

Open
sanweixiu opened this issue Jan 15, 2025 · 1 comment
Open

[question] 维度的近义词或者是等价词怎么实现 #2011

sanweixiu opened this issue Jan 15, 2025 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@sanweixiu
Copy link

sanweixiu commented Jan 15, 2025

Describe your question

像我们查询,因为查询开放性的,经常会碰到维度近义词的问题
如查询条件是武汉和武汉市是等价,印尼和印度尼西亚等价,中国和中华人民共和国等价,台湾和宝岛等价
湖北和湖北省等价
如果数据库存了湖北省,查询时用了湖北,就会导致查询不到数据,有点尬。

Your organization

南昌

@sanweixiu sanweixiu added the question Further information is requested label Jan 15, 2025
@jerryjzhang
Copy link
Collaborator

jerryjzhang commented Jan 17, 2025

目前有多种方式可以处理这类问题:
1、系统自带有模糊关键字匹配能力;
2、手动在【维度值设置】里配置别名;
3、手动在【助理管理】里配置术语。

@jerryjzhang jerryjzhang self-assigned this Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants