This commit is contained in:
ct
2025-06-21 09:13:23 +08:00
parent db10fc3f1c
commit 8e58f85860
39 changed files with 684 additions and 181 deletions

View File

@@ -53,7 +53,7 @@ public static function getVectorEmbeddingBgeSmall($embedding_query)
KeywordEmbedding::create([
'keyword' => $embedding_query,
'embedding' => $embedding
'embedding' => $embedding,
]);
break;