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 441edf8 commit 962f9fbCopy full SHA for 962f9fb
‎Chunk.php‎
@@ -22,11 +22,10 @@ public function __construct(
22
protected $id,
23
protected $text,
24
protected $embedding,
25
- $lang = '',
26
- $created = '',
+ $lang = '',
+ $created = '',
27
protected $score = 0
28
- )
29
- {
+ ) {
30
$this->language = $lang ?: $this->determineLanguage();
31
$this->created = $created ?: time();
32
}
0 commit comments