Home
last modified time | relevance | path

Searched refs:AbstractStorage (Results 1 – 8 of 8) sorted by relevance

/plugin/aichat/
DEmbeddings.php9 use dokuwiki\plugin\aichat\Storage\AbstractStorage; alias
34 /** @var AbstractStorage */
52 * @param AbstractStorage $storage
58 AbstractStorage $storage,
73 * @return AbstractStorage
Dhelper.php11 use dokuwiki\plugin\aichat\Storage\AbstractStorage; alias
29 /** @var AbstractStorage */
144 * @return AbstractStorage
148 if ($this->storage instanceof AbstractStorage) {
DAGENTS.md84 **Storage/AbstractStorage.php**
/plugin/aichat/Storage/
DAbstractStorage.php15 abstract class AbstractStorage class
DPineconeStorage.php11 class PineconeStorage extends AbstractStorage
DChromaStorage.php11 class ChromaStorage extends AbstractStorage
DQdrantStorage.php11 class QdrantStorage extends AbstractStorage
DSQLiteStorage.php18 class SQLiteStorage extends AbstractStorage