Home
last modified time | relevance | path

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

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