mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-17 16:02:14 +00:00
add chat plugin and split query to parse and execute (#25)
* [feature](webapp) add drill down dimensions and metric period compare and modify layout * [feature](webapp) add drill down dimensions and metric period compare and modify layout * [feature](webapp) gitignore add supersonic-webapp * [feature](webapp) gitignore add supersonic-webapp * [feature](webapp) add chat plugin and split query to parse and execute * [feature](webapp) add chat plugin and split query to parse and execute * [feature](webapp) add chat plugin and split query to parse and execute --------- Co-authored-by: williamhliu <williamhliu@tencent.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
export const PLUGIN_TYPE_MAP = {
|
||||
WEB_PAGE: '外链页面',
|
||||
WEB_SERVICE: 'Web服务',
|
||||
DSL: 'LLM语义解析',
|
||||
}
|
||||
|
||||
export const PARSE_MODE_MAP = {
|
||||
EMBEDDING_RECALL: '向量召回',
|
||||
FUNCTION_CALL: '函数调用'
|
||||
}
|
||||
|
||||
export const PLUGIN_COLOR_MAP = {
|
||||
WIDGET: 'blue',
|
||||
DASHBOARD: 'volcano',
|
||||
URL: 'purple',
|
||||
TAG: 'cyan',
|
||||
}
|
||||
Reference in New Issue
Block a user