This commit is contained in:
hailin 2025-05-28 10:44:32 +08:00
parent b7e53489d2
commit b3c0b0d38f
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ export async function POST(req: Request) {
local_embedding:
embeddingsProvider === "local"
? ((embeddings[index] || null) as any)
: null
: null,
bge_m3_embedding:
embeddingsProvider === "bge-m3"
? (embeddings[index] || null) as any)