Преглед на файлове

Merge branch 'development' of github.com:visuddhinanda/mint into development

visuddhinanda преди 2 месеца
родител
ревизия
6916f93236
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      api-v13/app/Services/OpenSearchService.php

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

@@ -199,7 +199,7 @@ class OpenSearchService
                             'method'    => [
                                 'name'       => 'hnsw',
                                 'space_type' => 'cosinesimil',
-                                'engine'     => 'nmslib',
+                                'engine'     => 'faiss',
                             ],
                         ],
                         'suggest' => [
@@ -235,7 +235,7 @@ class OpenSearchService
                             'method'    => [
                                 'name'       => 'hnsw',
                                 'space_type' => 'cosinesimil',
-                                'engine'     => 'nmslib',
+                                'engine'     => 'faiss',
                             ],
                         ],
                     ],
@@ -286,7 +286,7 @@ class OpenSearchService
                             'method'    => [
                                 'name'       => 'hnsw',
                                 'space_type' => 'cosinesimil',
-                                'engine'     => 'nmslib',
+                                'engine'     => 'faiss',
                             ],
                         ],
                         'suggest' => [