This commit is contained in:
parent
b7e53489d2
commit
b3c0b0d38f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue