Home
last modified time | relevance | path

Searched refs:vectorfile (Results 1 – 2 of 2) sorted by relevance

/plugin/aichat/Storage/
DAbstractStorage.php135 * @param string $vectorfile path to the file with the vectors
139 public function dumpTSV($vectorfile, $metafile) argument
DSQLiteStorage.php380 * @param string $vectorfile path to the file with the vectors
384 public function dumpTSV($vectorfile, $metafile) argument
398 file_put_contents($vectorfile, $vector . "\n", FILE_APPEND);