This commit is contained in:
hailin 2025-05-29 01:12:07 +08:00
parent 4e169bf3d6
commit 9d7b8c7c1d
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ export async function POST(request: Request) {
console.log(
"......[retrieve] [bge-m3] calling RPC match_file_items_bge_m3 with:",
{
query_embedding: bgeEmbedding,
query_embedding: bgeEmbedding.length,
match_count: sourceCount,
file_ids: uniqueFileIds,
}