v4.6.9-alpha (#918)

Co-authored-by: Mufei <327958099@qq.com>
Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
This commit is contained in:
Archer
2024-03-04 00:05:25 +08:00
committed by GitHub
parent f9f0b4bffd
commit 42a8184ea0
153 changed files with 4906 additions and 4307 deletions

View File

@@ -181,7 +181,7 @@ curl --location --request POST '{{host}}/shareAuth/finish' \
"totalPoints": 1.5278,
"query": "导演是谁\n《铃芽之旅》的导演是谁\n这部电影的导演是谁\n谁是《铃芽之旅》的导演",
"model": "Embedding-2(旧版,不推荐使用)",
"charsLength": 1524,
"tokens": 1524,
"similarity": 0.83,
"limit": 400,
"searchMode": "embedding",
@@ -195,7 +195,7 @@ curl --location --request POST '{{host}}/shareAuth/finish' \
"moduleType": "chatNode",
"totalPoints": 0.593,
"model": "FastAI-4k",
"charsLength": 593,
"tokens": 593,
"query": "导演是谁",
"maxToken": 2000,
"quoteList": [
@@ -252,7 +252,7 @@ type ResponseType = {
query?: string; // 用户问题/检索词
textOutput?: string; // 文本输出
charsLength?: number; // 上下文总字数
tokens?: number; // 上下文总Tokens
model?: string; // 使用到的模型
contextTotalLen?: number; // 上下文总长度
totalPoints?: number; // 总消耗AI积分
@@ -268,7 +268,7 @@ type ResponseType = {
searchUsingReRank?: boolean; // 是否使用rerank
extensionModel?: string; // 问题扩展模型
extensionResult?: string; // 问题扩展结果
extensionCharsLength?: number; // 问题扩展总字符长度
extensionTokens?: number; // 问题扩展总字符长度
cqList?: ClassifyQuestionAgentItemType[]; // 分类问题列表
cqResult?: string; // 分类问题结果