Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 151 - 156 of 156 for kvar (0.02 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/Constants.java

        public static final String FESS_THUMBNAIL_PATH = "fess.thumbnail.path";
    
        /** Fess variable path configuration key. */
        public static final String FESS_VAR_PATH = "fess.var.path";
    
        /** Fess log level configuration key. */
        public static final String FESS_LOG_LEVEL = "fess.log.level";
    
        /** Fess LLM log level configuration key. */
    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)
  2. src/main/java/org/codelibs/fess/llm/AbstractLlmClient.java

         */
        protected void applyPromptTypeParams(final LlmChatRequest request, final String promptType) {
            final String prefix = getConfigPrefix() + "." + promptType;
            final var config = ComponentUtil.getFessConfig();
    
            final String temp = config.getOrDefault(prefix + ".temperature", null);
            if (temp != null) {
                request.setTemperature(Double.parseDouble(temp));
            }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 72K bytes
    - Click Count (0)
  3. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                            <la:select styleId="ragLlmName" property="ragLlmName"
                                                       styleClass="form-control">
                                                <c:forEach var="item" items="${ragLlmNameItems}">
                                                    <la:option value="${f:u(item.value)}">${f:h(item.label)}</la:option>
                                                </c:forEach>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 83.1K bytes
    - Click Count (0)
  4. src/main/resources/fess_config.properties

    # History content mode for assistant messages (full, smart_summary, source_titles, source_titles_and_urls, truncated, none).
    rag.chat.history.assistant.content=smart_summary
    
    # Index Export
    index.export.path=/var/lib/fess/export
    index.export.exclude.fields=cache
    index.export.scroll.size=100
    index.export.format=html
    
    # Log Notification
    # Interval (seconds) for flushing log notification buffer to search engine.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 59.3K bytes
    - Click Count (0)
  5. src/main/webapp/js/admin/adminlte.min.js.map

    ,OAAOtG,QAAQ/D,KAAKiG,QAAQ/C,gBAAgB,WACvD5E,EAAAA,QAAEuD,EAAK5B,UAAUnB,QAAQ+c,GACzBN,EAAaxa,KAAQma,8BAA6CnX,UAClEwX,EAAaxa,KAAKma,IAAelX,YAAe8P,mCAIpD3P,OAAA,SAAO9B,GACL,IAAMyZ,EAAkBxd,EAAAA,QAAE+D,EAAMqS,eAC1BqH,EAAUD,EAAgBpS,SAE5B6R,EAAeQ,EAAQhb,KAAR,mBAEnB,GAAKwa,EAAa7U,GAAGuU,MACdc,EAAQrV,GAAGsU,MACdO,EAAeQ,EAAQrS,SAAS3I,KAAjB,oBAGZwa,EAAa7U,GAAGuU,KALvB,CAUA5Y,EAAMC,iBAEN,IAAMkZ,EAAWM,EAAgB3b,QAAQ6a,IAAa5a,QACvCob,EAAShb,SAASqT,IAG/B7T,KAAK2D,SAASrF,EAAAA,QAAEid,GAAeC,GAE/Bxb,KAAKiE,OAAO3F,...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 132.4K bytes
    - Click Count (0)
  6. src/main/webapp/js/bootstrap.min.js.map

    }\n  }\n\n  _getTemplateFactory(content) {\n    if (this._templateFactory) {\n      this._templateFactory.changeContent(content)\n    } else {\n      this._templateFactory = new TemplateFactory({\n        ...this._config,\n        // the `content` var has to be after `this._config`\n        // to override config.content in case of popover\n        content,\n        extraClass: this._resolvePossibleFunction(this._config.customClass)\n      })\n    }\n\n    return this._templateFactory\n  }\n\n  _...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 12 06:14:02 GMT 2025
    - 211.9K bytes
    - Click Count (0)
Back to Top