Răsfoiți Sursa

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

visuddhinanda 1 lună în urmă
părinte
comite
15cd510895
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  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',
                             ],
                         ],