- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 3,906 for chat (0.02 seconds)
-
src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java
* * @return HTML response that redirects to the login page */ protected HtmlResponse redirectToLogin() { searchHelper.storeSearchParameters(); return systemHelper.getRedirectResponseToLogin(redirect(SsoAction.class)); } /** * Redirects the user to the root path of the application. * * @return HTML response that redirects to the root page */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 18 04:42:56 GMT 2026 - 14K bytes - Click Count (0) -
docs/en/docs/css/custom.css
.md-footer a::after, .md-header a::after { content: none !important; } .shadow { box-shadow: 5px 5px 10px #999; } /* Give space to lower icons so Gitter chat doesn't get on top of them */ .md-footer-meta { padding-bottom: 2em; } .md-footer-meta .md-social { padding-right: 4rem; } .user-list { display: flex; flex-wrap: wrap;Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Mar 23 13:56:46 GMT 2026 - 6.6K bytes - Click Count (0) -
src/main/webapp/js/admin/adminlte.min.js
turn e.prototype.toggle=function(){n.default(this._element).parents(".direct-chat").first().toggleClass("direct-chat-contacts-open"),n.default(this._element).trigger(n.default.Event("toggled.lte.directchat"))},e._jQueryInterface=function(t){return this.each((function(){var a=n.default(this).data(O);a||(a=new e(n.default(this)),n.default(this).data(O,a)),a[t]()}))},e}();n.default(document).on("click",'[data-widget="chat-pane-toggle"]',(function(e){e&&e.preventDefault(),P._jQueryInterface.call(n.d...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 45.3K bytes - Click Count (0) -
lib/time/zoneinfo.zip
Indian/Chagos Indian/Christmas Indian/Cocos Indian/Comoro Indian/Kerguelen Indian/Mahe Indian/Maldives Indian/Mauritius Indian/Mayotte Indian/Reunion Iran Israel Jamaica Japan Kwajalein Libya MET MST MST7MDT Mexico/BajaNorte Mexico/BajaSur Mexico/General NZ NZ-CHAT Navajo PRC PST8PDT Pacific/Apia Pacific/Auckland Pacific/Bougainville Pacific/Chatham Pacific/Chuuk Pacific/Easter Pacific/Efate Pacific/Enderbury Pacific/Fakaofo Pacific/Fiji Pacific/Funafuti Pacific/Galapagos Pacific/Gambier Pacific/Guadalcanal Pacific/Guam...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Dec 11 16:47:56 GMT 2025 - 398.6K bytes - Click Count (0) -
docs/zh/docs/help-fastapi.md
## 加入聊天 { #join-the-chat } 加入 👥 [Discord 聊天服务器](https://discord.gg/VQjSZaeJmf) 👥,和 FastAPI 社区的小伙伴们一起交流。 /// tip | 提示 关于提问,请在 [GitHub Discussions](https://github.com/fastapi/fastapi/discussions/new?category=questions) 中发布,这样更有机会得到 [FastAPI 专家](fastapi-people.md#fastapi-experts) 的帮助。 聊天仅用于其他日常交流。 /// ### 别在聊天里提问 { #dont-use-the-chat-for-questions }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 11.8K bytes - Click Count (0) -
src/main/resources/fess_config.properties
rag.chat.session.timeout.minutes=30 rag.chat.session.max.size=10000 rag.chat.history.max.messages=30 # Enhanced RAG flow settings. # Fields to retrieve for full document content. rag.chat.content.fields=title,url,content,doc_id,content_title,content_description rag.chat.message.max.length=4000 # Highlight settings for RAG search. rag.chat.highlight.fragment.size=500 rag.chat.highlight.number.of.fragments=3
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) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
@Size(max = 3000) public String notificationAdvanceSearch; /** Slack webhook URLs for notifications. */ @Size(max = 10000) public String slackWebhookUrls; /** Google Chat webhook URLs for notifications. */ @Size(max = 10000) public String googleChatWebhookUrls; /** Enable or disable log notification for ERROR/WARN logs. */ @Size(max = 10)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) -
docs/ja/docs/help-fastapi.md
* [プルリクエストをレビュー](#review-pull-requests)(上のセクションを参照)。 この2つが**最も時間を消費**します。FastAPI のメンテナンス作業の中心です。 これを手伝ってもらえると、**FastAPIのメンテナンスに貢献**し、**より速く・より良く前進**できるようになります。🚀 ## チャットに参加 { #join-the-chat } 👥 [Discord チャットサーバー](https://discord.gg/VQjSZaeJmf) 👥 に参加し、FastAPI コミュニティのみんなと交流しましょう。 /// tip | 豆知識Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 15.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/llm/AbstractLlmClientTest.java
public void test_detectIntent_withHistory_usesStructuredMessages() { // Set up chat to return a valid JSON response client.setChatResponse("{\"intent\":\"search\",\"query\":\"Fess Docker\",\"reasoning\":\"Follow-up about Docker\"}"); final List<LlmMessage> history = new ArrayList<>(); history.add(LlmMessage.user("What is Fess?")); history.add(LlmMessage.assistant("Fess is an enterprise search server."));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 07:04:54 GMT 2026 - 53K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/Constants.java
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)