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 c4b8825 commit 9c0a68bCopy full SHA for 9c0a68b
src/contracts/Repository/Values/Content/EmbeddingQuery.php
@@ -21,7 +21,7 @@ public function getEmbedding(): ?Embedding
21
return $this->embedding;
22
}
23
24
- public function setEmbedding(?Embedding $embedding): void
+ public function setEmbedding(?Embedding $embedding = null): void
25
{
26
$this->embedding = $embedding;
27
0 commit comments