Lines Matching +full:- +full:- +full:configuration

5  * This file defines the configuration metadata for the LLM integration plugin.
6 * It specifies the type and validation rules for each configuration option.
10 * Metadata for the API URL configuration option
12 * Defines the API endpoint URL as a string input field in the configuration interface.
19 * Metadata for the API key configuration option
21 * Defines the API key as a password field in the configuration interface.
29 * Metadata for the model configuration option
31 * Defines the model identifier as a string input field in the configuration interface.
38 * Metadata for the timeout configuration option
48 * Metadata for the profile configuration option
50 * Defines the profile as a string input field in the configuration interface.
58 * Metadata for the temperature configuration option
68 * Metadata for the top-p configuration option
70 * Defines the top-p (nucleus sampling) as a numeric field with a range from 0.0 to 1.0,
78 * Metadata for the top-k configuration option
80 * Defines the top-k as a numeric field with a minimum value of 1,
88 * Metadata for the min-p configuration option
90 * Defines the min-p as a numeric field with a range from 0.0 to 1.0,
98 * Metadata for the show_copy_button configuration option
107 * Metadata for the replace_id configuration option
117 * Metadata for the think configuration option
127 * Metadata for the use_tools configuration option
138 * Metadata for the enable_chromadb configuration option
148 * Metadata for the ChromaDB host configuration option
150 * Defines the ChromaDB host as a string input field in the configuration interface.
157 * Metadata for the ChromaDB port configuration option
166 * Metadata for the ChromaDB tenant configuration option
168 * Defines the ChromaDB tenant as a string input field in the configuration interface.
175 * Metadata for the ChromaDB database configuration option
177 * Defines the ChromaDB database as a string input field in the configuration interface.
184 * Metadata for the ChromaDB collection configuration option
186 * Defines the ChromaDB collection as a string input field in the configuration interface.
193 * Metadata for the default institution configuration option
195 * Defines the default institution as a string input field in the configuration interface.
202 * Metadata for the Ollama host configuration option
204 * Defines the Ollama host as a string input field in the configuration interface.
211 * Metadata for the Ollama port configuration option
220 * Metadata for the Ollama embeddings model configuration option
222 * Defines the Ollama embeddings model as a string input field in the configuration interface.