Home
last modified time | relevance | path

Searched refs:embedding_model (Results 1 – 10 of 10) sorted by relevance

/plugin/aichat/_test/
DAbstractModelTest.php31 protected string $embedding_model; variable in dokuwiki\\plugin\\aichat\\test\\AbstractModelTest
55 $conf['plugin']['aichat']['embedmodel'] = $providerName . ' ' . $this->embedding_model;
DModelGeminiTest.php17 protected string $embedding_model = 'text-embedding-004'; variable in dokuwiki\\plugin\\aichat\\test\\ModelGeminiTest
DModelOpenAITest.php17 protected string $embedding_model = 'text-embedding-3-small'; variable in dokuwiki\\plugin\\aichat\\test\\ModelOpenAITest
DModelAnthropicTest.php17 protected string $embedding_model = ''; variable in dokuwiki\\plugin\\aichat\\test\\ModelAnthropicTest
DModelRekaTest.php17 protected string $embedding_model = ''; variable in dokuwiki\\plugin\\aichat\\test\\ModelRekaTest
DModelVoyageAITest.php17 protected string $embedding_model = 'voyage-3'; variable in dokuwiki\\plugin\\aichat\\test\\ModelVoyageAITest
DModelGroqTest.php17 protected string $embedding_model = ''; variable in dokuwiki\\plugin\\aichat\\test\\ModelGroqTest
DModelMistralTest.php17 protected string $embedding_model = ''; variable in dokuwiki\\plugin\\aichat\\test\\ModelMistralTest
DModelGenericIonosTest.php17 protected string $embedding_model = 'BAAI/bge-m3'; variable in dokuwiki\\plugin\\aichat\\test\\ModelGenericIonosTest
DModelOllamaTest.php19 protected string $embedding_model = 'nomic-embed-text'; variable in dokuwiki\\plugin\\aichat\\test\\ModelOllamaTest