This commit is contained in:
hailin 2025-05-29 17:38:46 +08:00
parent 7237a55c37
commit 3f2f319e3b
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ export async function POST(request: Request) {
// 新增:使用 BGE-M3 嵌入 // 新增:使用 BGE-M3 嵌入
console.log("......[retrieve] userInput=",userInput) console.log("......[retrieve] userInput=",userInput)
const bgeEmbedding = await generateBgeM3Embedding(userInput) const bgeEmbedding = await generateBgeM3Embedding(userInput)
console.log("......[retrieve] [bge-m3] got embedding:", bgeEmbedding) //console.log("......[retrieve] [bge-m3] got embedding:", bgeEmbedding)
// 3. 调用 RPC 之前打印参数 // 3. 调用 RPC 之前打印参数
console.log( console.log(