File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 621621 ->stringNode ('collection_name ' )->cannotBeEmpty ()->end ()
622622 ->integerNode ('dimensions ' )->end ()
623623 ->stringNode ('distance ' )->end ()
624- ->booleanNode ('async ' )->defaultFalse ()-> end ()
624+ ->booleanNode ('async ' )->end ()
625625 ->end ()
626626 ->end ()
627627 ->end ()
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ public function __construct(
3131 private readonly string $ endpointUrl ,
3232 #[\SensitiveParameter] private readonly string $ apiKey ,
3333 private readonly string $ collectionName ,
34- private readonly ? int $ embeddingsDimension = 1536 ,
35- private readonly ? string $ embeddingsDistance = 'Cosine ' ,
36- private readonly ? bool $ async = false ,
34+ private readonly int $ embeddingsDimension = 1536 ,
35+ private readonly string $ embeddingsDistance = 'Cosine ' ,
36+ private readonly bool $ async = false ,
3737 ) {
3838 }
3939
You can’t perform that action at this time.
0 commit comments