This commit is contained in:
parent
7237a55c37
commit
3f2f319e3b
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue