Searched defs:embedding_model (Results 1 – 10 of 10) sorted by relevance
17 protected string $embedding_model = 'text-embedding-004'; variable in dokuwiki\\plugin\\aichat\\test\\ModelGeminiTest
17 protected string $embedding_model = 'text-embedding-3-small'; variable in dokuwiki\\plugin\\aichat\\test\\ModelOpenAITest
17 protected string $embedding_model = ''; variable in dokuwiki\\plugin\\aichat\\test\\ModelAnthropicTest
17 protected string $embedding_model = 'BAAI/bge-m3'; variable in dokuwiki\\plugin\\aichat\\test\\ModelGenericIonosTest
17 protected string $embedding_model = ''; variable in dokuwiki\\plugin\\aichat\\test\\ModelRekaTest
17 protected string $embedding_model = 'voyage-3'; variable in dokuwiki\\plugin\\aichat\\test\\ModelVoyageAITest
17 protected string $embedding_model = ''; variable in dokuwiki\\plugin\\aichat\\test\\ModelGroqTest
17 protected string $embedding_model = ''; variable in dokuwiki\\plugin\\aichat\\test\\ModelMistralTest
19 protected string $embedding_model = 'nomic-embed-text'; variable in dokuwiki\\plugin\\aichat\\test\\ModelOllamaTest
31 protected string $embedding_model; variable in dokuwiki\\plugin\\aichat\\test\\AbstractModelTest