mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
kb
This commit is contained in:
@@ -56,7 +56,7 @@ export async function generateVector(): Promise<any> {
|
||||
];
|
||||
|
||||
// 生成词向量
|
||||
const vectors = await getVector({
|
||||
const { vectors } = await getVector({
|
||||
model: data.model,
|
||||
input: dataItems.map((item) => item.q),
|
||||
userId
|
||||
|
Reference in New Issue
Block a user