- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 54 for phase (0.08 seconds)
-
src/main/java/org/codelibs/fess/api/chat/ChatApiManager.java
} } } @Override public void onPhaseComplete(final String phase) { try { sendSseEvent(writer, "phase", Map.of("phase", phase, "status", "complete")); if (logger.isDebugEnabled()) {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) -
src/main/java/org/codelibs/fess/chat/ChatClient.java
} } /** * Performs an enhanced streaming chat request with multi-phase RAG flow. * * @param sessionId the session ID (can be null for new sessions) * @param userMessage the user's message * @param userId the user ID (can be null for anonymous users) * @param callback the callback to receive phase notifications and streaming chunksCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 56.6K bytes - Click Count (0) -
.teamcity/pom.xml
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 22:03:46 GMT 2026 - 7.4K bytes - Click Count (2) -
android/pom.xml
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Feb 17 19:12:41 GMT 2026 - 26.9K bytes - Click Count (0) -
src/main/webapp/js/chat.js
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) -
src/main/webapp/WEB-INF/view/chat/chat.jsp
<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> <div class="progress-step" data-phase="search"> <div class="step-icon"><i class="fa fa-search" aria-hidden="true"></i></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) -
src/main/webapp/WEB-INF/orig/view/chat/chat.jsp
<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> <div class="progress-step" data-phase="search"> <div class="step-icon"><i class="fa fa-search" aria-hidden="true"></i></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) -
src/test/java/org/codelibs/fess/api/chat/ChatApiManagerTest.java
chatApiManager.sendSseEvent(writer, "phase", Map.of("phase", "search", "status", "start", "message", "Searching documents")); final String output = stringWriter.toString(); assertTrue(output.contains("event: phase")); assertTrue(output.contains("\"phase\":\"search\"")); assertTrue(output.contains("\"status\":\"start\""));Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 14 01:39:16 GMT 2026 - 35K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/base/PreconditionsTest.java
// operation) no overload can be selected in phase 1. and in phase 2 it is ambiguous since it // matches with the second parameter being boxed and without it being boxed. The cast to Object // avoids this. checkState(aBoolean, "", aBoolean ? "" : anInt, (Object) anInt); // ambiguous without the .booleanValue() call since the boxing forces us into phase 2 resolution short s = 2;Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 19.1K bytes - Click Count (0) -
guava-tests/test/com/google/common/base/PreconditionsTest.java
// operation) no overload can be selected in phase 1. and in phase 2 it is ambiguous since it // matches with the second parameter being boxed and without it being boxed. The cast to Object // avoids this. checkState(aBoolean, "", aBoolean ? "" : anInt, (Object) anInt); // ambiguous without the .booleanValue() call since the boxing forces us into phase 2 resolution short s = 2;Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 19.1K bytes - Click Count (0)