Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 7 of 7 for mindent (0.06 seconds)

  1. src/main/webapp/WEB-INF/orig/view/chat/chat.jsp

    							</div>
    						</div>
    						<div id="progressIndicator" class="progress-indicator d-none" role="status" aria-live="polite">
    							<div class="progress-steps">
    								<div class="progress-step" data-phase="intent">
    									<div class="step-icon"><i class="fa fa-lightbulb-o" aria-hidden="true"></i></div>
    									<span class="step-label"><la:message key="labels.chat_step_intent" /></span>
    								</div>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 10.4K bytes
    - Click Count (0)
  2. src/main/resources/fess_message_nl.properties

    # Fess
    # ======
    errors.login_error = Gebruikersnaam of wachtwoord is onjuist.
    errors.sso_login_error=SSO-inlogproces mislukt.
    errors.could_not_find_log_file = Kan {0} niet vinden.
    errors.failed_to_start_crawl_process = Kan het crawlproces niet starten.
    errors.invalid_design_jsp_file_name = Ongeldige JSP-bestandsnaam.
    errors.design_jsp_file_does_not_exist = Het JSP-bestand bestaat niet.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12.9K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/llm/LlmClientManager.java

            }
            return client;
        }
    
        // RAG workflow delegation methods
    
        /**
         * Detects the intent of a user message using the configured LLM client.
         *
         * @param userMessage the user's message
         * @return the detected intent with extracted keywords
         * @throws LlmException if LLM is not available
         */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 11:10:51 GMT 2026
    - 17.4K bytes
    - Click Count (0)
  4. src/main/webapp/WEB-INF/view/chat/chat.jsp

    							</div>
    						</div>
    						<div id="progressIndicator" class="progress-indicator d-none" role="status" aria-live="polite">
    							<div class="progress-steps">
    								<div class="progress-step" data-phase="intent">
    									<div class="step-icon"><i class="fa fa-lightbulb-o" aria-hidden="true"></i></div>
    									<span class="step-label"><la:message key="labels.chat_step_intent" /></span>
    								</div>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 01:36:02 GMT 2026
    - 10.8K bytes
    - Click Count (0)
  5. src/main/resources/fess_message_de.properties

    # Fess
    # ======
    errors.login_error = Ungültiger Benutzername oder Passwort.
    errors.sso_login_error=SSO-Anmeldevorgang fehlgeschlagen.
    errors.could_not_find_log_file = Konnte {0} nicht finden.
    errors.failed_to_start_crawl_process = Fehler beim Starten eines Crawl-Prozesses.
    errors.invalid_design_jsp_file_name = Ungültige JSP-Datei.
    errors.design_jsp_file_does_not_exist = Die JSP-Datei existiert nicht.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 13.6K bytes
    - Click Count (0)
  6. src/main/webapp/js/chat.js

                statusThinking: 'Processing',
                statusError: 'Error',
                copied: 'Copied!',
                copyFailed: 'Copy failed',
                phases: {
                    intent: 'Analyzing question...',
                    search: 'Searching documents...',
                    evaluate: 'Evaluating results...',
                    fetch: 'Retrieving content...',
                    answer: 'Generating answer...'
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 01:36:02 GMT 2026
    - 30.6K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/api/chat/ChatApiManager.java

            }
        }
    
        /**
         * Processes a streaming chat request using Server-Sent Events (SSE).
         * Uses the enhanced multi-phase RAG flow with intent detection and result evaluation.
         *
         * @param request the HTTP request
         * @param response the HTTP response
         * @throws IOException if an I/O error occurs
         */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 06:06:55 GMT 2026
    - 25.8K bytes
    - Click Count (0)
Back to Top