mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-04-19 19:19:43 +00:00
Add the gen-ai menu (#534)
This commit is contained in:
16
src/assets/icons/gen_ai.svg
Normal file
16
src/assets/icons/gen_ai.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<!-- Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
contributor license agreements. See the NOTICE file distributed with
|
||||
this work for additional information regarding copyright ownership.
|
||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
(the "License"); you may not use this file except in compliance with
|
||||
the License. You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License. -->
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="64" height="64" fill="currentColor"><path d="M16.4004 21H14.2461L12.2461 16H5.75391L3.75391 21H1.59961L8 4.99996H10L16.4004 21ZM21 12V21H19V12H21ZM6.55371 14H11.4463L9 7.88473L6.55371 14ZM19.5293 2.3193C19.7058 1.89351 20.2942 1.8935 20.4707 2.3193L20.7236 2.93063C21.1555 3.97343 21.9615 4.80613 22.9746 5.2568L23.6914 5.57613C24.1022 5.75881 24.1022 6.35634 23.6914 6.53902L22.9326 6.87691C21.945 7.31619 21.1534 8.11942 20.7139 9.12789L20.4668 9.69332C20.2863 10.1075 19.7136 10.1075 19.5332 9.69332L19.2861 9.12789C18.8466 8.11941 18.0551 7.31619 17.0674 6.87691L16.3076 6.53902C15.8974 6.35617 15.8974 5.75894 16.3076 5.57613L17.0254 5.2568C18.0384 4.80613 18.8445 3.97343 19.2764 2.93063L19.5293 2.3193Z"></path></svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
@@ -144,6 +144,12 @@ const titles = {
|
||||
data_processing_engine_flink: "Flink",
|
||||
data_processing_engine_flink_desc:
|
||||
"Apache Flink is a framework and distributed processing engine for stateful computations over unbounded and bounded data streams. Flink has been designed to run in all common cluster environments, perform computations at in-memory speed and at any scale.",
|
||||
gen_ai: "Generative AI",
|
||||
gen_ai_desc:
|
||||
"Generative AI (GenAI) refers to a category of artificial intelligence that can create new content. Provide monitoring for GenAI providers and model calls.",
|
||||
virtual_gen_ai: "Virtual GenAI",
|
||||
virtual_gen_ai_desc:
|
||||
"Observe the virtual GenAI services and models which are conjectured by language agents through various plugins.",
|
||||
};
|
||||
|
||||
export default titles;
|
||||
|
||||
@@ -146,6 +146,12 @@ const titles = {
|
||||
data_processing_engine_flink: "Flink",
|
||||
data_processing_engine_flink_desc:
|
||||
"Apache Flink is a framework and distributed processing engine for stateful computations over unbounded and bounded data streams. Flink has been designed to run in all common cluster environments, perform computations at in-memory speed and at any scale.",
|
||||
gen_ai: "IA Generativa",
|
||||
gen_ai_desc:
|
||||
"La Inteligencia Artificial Generativa (GenAI) es una categoría de IA capaz de crear contenido nuevo. Permite monitorear proveedores de GenAI e invocaciones a sus modelos.",
|
||||
virtual_gen_ai: "IA Generativa Virtual",
|
||||
virtual_gen_ai_desc:
|
||||
"Monitorea los servicios y modelos de IA generativa virtual detectados por los agentes a través de diversos complementos (plugins).",
|
||||
};
|
||||
|
||||
export default titles;
|
||||
|
||||
@@ -126,6 +126,10 @@ const titles = {
|
||||
data_processing_engine_flink: "Flink",
|
||||
data_processing_engine_flink_desc:
|
||||
"Apache Flink 是一个框架和分布式处理引擎,用于在无边界和有边界数据流上进行有状态的计算。Flink 能在所有常见集群环境中运行,并能以内存速度和任意规模进行计算。",
|
||||
gen_ai: "生成式人工智能 (GenAI)",
|
||||
gen_ai_desc: "提供对 GenAI 供应商及模型调用的性能指标、用量和成本的全面监控。",
|
||||
virtual_gen_ai: "虚拟 GenAI",
|
||||
virtual_gen_ai_desc: "由语言探针通过拦截 AI SDK 调用,自动推导出的虚拟 GenAI 逻辑服务与模型视图。",
|
||||
};
|
||||
|
||||
export default titles;
|
||||
|
||||
Reference in New Issue
Block a user