Просмотр исходного кода

'space_type' => 'cosinesimil', =>innerproduct

visuddhinanda 2 дней назад
Родитель
Сommit
15cd510895
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      api-v13/app/Services/OpenSearchService.php

+ 3 - 3
api-v13/app/Services/OpenSearchService.php

@@ -198,7 +198,7 @@ class OpenSearchService
                             'dimension' => 1536,
                             'method'    => [
                                 'name'       => 'hnsw',
-                                'space_type' => 'cosinesimil',
+                                'space_type' => 'innerproduct',
                                 'engine'     => 'faiss',
                             ],
                         ],
@@ -234,7 +234,7 @@ class OpenSearchService
                             'dimension' => 1536,
                             'method'    => [
                                 'name'       => 'hnsw',
-                                'space_type' => 'cosinesimil',
+                                'space_type' => 'innerproduct',
                                 'engine'     => 'faiss',
                             ],
                         ],
@@ -285,7 +285,7 @@ class OpenSearchService
                             'dimension' => 1536,
                             'method'    => [
                                 'name'       => 'hnsw',
-                                'space_type' => 'cosinesimil',
+                                'space_type' => 'innerproduct',
                                 'engine'     => 'faiss',
                             ],
                         ],