Skip to content

Commit 23595dd

Browse files
apozeusnorkunas
andauthored
Update src/Contracts/HybridSearchOptions.php
Co-authored-by: Tomas Norkūnas <[email protected]>
1 parent d708263 commit 23595dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Contracts/HybridSearchOptions.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ public function setSemanticRatio(float $ratio): HybridSearchOptions
1616
return $this;
1717
}
1818

19+
/**
20+
* @param non-empty-string
21+
*/
1922
public function setEmbedder(string $embedder): HybridSearchOptions
2023
{
2124
$this->embedder = $embedder;

0 commit comments

Comments
 (0)