We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d54d8 commit f68e0c2Copy full SHA for f68e0c2
src/Eloquent/Builder.php
@@ -112,7 +112,7 @@ public function search(
112
*/
113
public function vectorSearch(
114
string $index,
115
- array|string $path,
+ string $path,
116
array $queryVector,
117
int $limit,
118
bool $exact = false,
src/Query/Builder.php
@@ -1604,7 +1604,7 @@ public function search(
1604
1605
1606
1607
1608
1609
1610
0 commit comments