- Sort Score
- Num 10 results
- Language All
Results 1 - 9 of 9 for rag_llm_name (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/Constants.java
/** Storage type configuration key (s3, gcs, auto). */ public static final String STORAGE_TYPE = "storage.type"; /** RAG LLM name configuration key. */ public static final String RAG_LLM_NAME = "rag.llm.name"; /** Storage region configuration key (for S3). */ public static final String STORAGE_REGION = "storage.region"; /** Storage project ID configuration key (for GCS). */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 35.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
} default void setRagLlmName(final String value) { setSystemProperty(Constants.RAG_LLM_NAME, value); } default String getRagLlmName() { return getSystemProperty(Constants.RAG_LLM_NAME, "ollama"); } Integer getLdapMaxUsernameLengthAsInteger(); default String getLdapSecurityPrincipal(final String username) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 92.3K bytes - Click Count (0) -
src/main/resources/fess_label_en.properties
labels.storage_type_s3=S3 labels.storage_type_gcs=GCS labels.storage_region=Region labels.storage_project_id=Project ID labels.storage_credentials_path=Credentials Path labels.general_rag=AI Mode labels.rag_llm_name=LLM Provider labels.llm_log_level=Log Level labels.send_testmail=Send Test Mail labels.backup_configuration=Backup labels.backup_name=Name labels.backup_bulk_file=Bulk File labels.backup_button_upload=Upload
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/main/resources/fess_label_zh_TW.properties
labels.storage_type_auto=自動 labels.storage_type_s3=S3 labels.storage_type_gcs=GCS labels.storage_region=區域 labels.storage_project_id=專案ID labels.storage_credentials_path=憑證路徑 labels.general_rag=AI模式 labels.rag_llm_name=LLM供應商 labels.llm_log_level=日誌級別 labels.send_testmail=發送測試郵件 labels.backup_configuration=備份 labels.backup_name=名稱 labels.backup_bulk_file=批量檔案 labels.backup_button_upload=上傳
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.5K bytes - Click Count (0) -
src/main/resources/fess_label_nl.properties
labels.storage_type_s3=S3 labels.storage_type_gcs=GCS labels.storage_region=Regio labels.storage_project_id=Project-ID labels.storage_credentials_path=Pad naar referenties labels.general_rag=AI-modus labels.rag_llm_name=LLM-provider labels.llm_log_level=Logboekniveau labels.send_testmail=Test-e-mail verzenden labels.backup_configuration=Back-up labels.backup_name=Naam labels.backup_bulk_file=Bulkbestand
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 51.3K bytes - Click Count (1) -
src/main/resources/fess_label.properties
labels.storage_type_s3=S3 labels.storage_type_gcs=GCS labels.storage_region=Region labels.storage_project_id=Project ID labels.storage_credentials_path=Credentials Path labels.general_rag=AI Mode labels.rag_llm_name=LLM Provider labels.llm_log_level=Log Level labels.send_testmail=Send Test Mail labels.backup_configuration=Backup labels.backup_name=Name labels.backup_bulk_file=Bulk File labels.backup_button_upload=Upload
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/main/resources/fess_label_pt_BR.properties
labels.storage_type_s3=S3 labels.storage_type_gcs=GCS labels.storage_region=Região labels.storage_project_id=ID do Projeto labels.storage_credentials_path=Caminho das Credenciais labels.general_rag=Modo IA labels.rag_llm_name=Provedor LLM labels.llm_log_level=Nível de Log labels.send_testmail=Enviar e-mail de teste labels.backup_configuration=Backup labels.backup_name=Nome labels.backup_bulk_file=Arquivo em massa
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 53.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_general_rag = "{labels.general_rag}"; /** The key of the message: LLM Provider */ public static final String LABELS_rag_llm_name = "{labels.rag_llm_name}"; /** The key of the message: Log Level */ public static final String LABELS_llm_log_level = "{labels.llm_log_level}"; /** The key of the message: Send Test Mail */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 172.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
public String storageCredentialsPath; /** * RAG LLM provider name. * Selects which LLM client to use for RAG operations. */ @Size(max = 100) public String ragLlmName; /** * LLM log level. * Controls the logging level for LLM-related packages. */ @Size(max = 10) public String llmLogLevel;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 15.8K bytes - Click Count (0)