Searched refs:chunkID (Results 1 – 8 of 8) sorted by relevance
| /plugin/aichat/ |
| D | Embeddings.php | 163 $chunkID = $pid * 100; // chunk IDs start at page ID * 100 173 $this->storage->deletePageChunks($page, $chunkID); 177 $firstChunk = $this->storage->getChunk($chunkID); 180 $this->storage->reusePageChunks($page, $chunkID); 184 $this->storage->deletePageChunks($page, $chunkID); 185 $chunks = $this->createPageChunks($page, $chunkID);
|
| /plugin/aichat/Storage/ |
| D | AbstractStorage.php | 37 * @param int $chunkID 40 abstract public function getChunk($chunkID); argument
|
| D | PineconeStorage.php | 70 public function getChunk($chunkID) argument 75 '/vectors/fetch?ids=' . $chunkID, 85 $chunkID,
|
| D | QdrantStorage.php | 146 public function getChunk($chunkID) argument 150 '/collections/' . $this->getCollection() . '/points/' . $chunkID,
|
| D | ChromaStorage.php | 116 public function getChunk($chunkID) argument 121 'ids' => [(string)$chunkID],
|
| D | SQLiteStorage.php | 46 public function getChunk($chunkID) argument 48 $record = $this->db->queryRecord('SELECT * FROM embeddings WHERE id = ?', [$chunkID]);
|
| /plugin/jcapture/src/com/hammurapi/jcapture/ |
| D | WavFile.java | 232 long chunkID = getLE(wavFile.buffer, 0, 4); in openWavFile() local 242 if (chunkID == FMT_CHUNK_ID) { in openWavFile() 285 } else if (chunkID == DATA_CHUNK_ID) { in openWavFile()
|
| /plugin/jcapture/lib/ |
| D | jcapture.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |