- Sort Score
- Num 10 results
- Language All
Results 61 - 70 of 114 for LLM (0.06 seconds)
-
docs/uk/docs/translation-banner.md
Цей переклад виконано ШІ під керівництвом людей. 🤝 Можливі помилки через неправильне розуміння початкового змісту або неприродні формулювання тощо. 🤖 Ви можете покращити цей переклад, [допомігши нам краще спрямовувати AI LLM](https://fastapi.tiangolo.com/uk/contributing/#translations). [Англійська версія](ENGLISH_VERSION_URL)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:43:14 GMT 2026 - 601 bytes - Click Count (0) -
docs/es/docs/translation-banner.md
Esta traducción fue hecha por IA guiada por humanos. 🤝 Podría tener errores al interpretar el significado original, o sonar poco natural, etc. 🤖 Puedes mejorar esta traducción [ayudándonos a guiar mejor al LLM de IA](https://fastapi.tiangolo.com/es/contributing/#translations). [Versión en inglés](ENGLISH_VERSION_URL)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 13:41:41 GMT 2026 - 388 bytes - Click Count (0) -
docs/de/docs/translation-banner.md
Sie könnte Fehler enthalten, etwa Missverständnisse des ursprünglichen Sinns oder unnatürliche Formulierungen, usw. 🤖 Sie können diese Übersetzung verbessern, indem Sie [uns helfen, die KI-LLM besser anzuleiten](https://fastapi.tiangolo.com/de/contributing/#translations). [Englische Version](ENGLISH_VERSION_URL)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 07:57:30 GMT 2026 - 458 bytes - Click Count (0) -
docs/fr/docs/translation-banner.md
Elle peut contenir des erreurs d'interprétation du sens original, ou paraître peu naturelle, etc. 🤖 Vous pouvez améliorer cette traduction en [nous aidant à mieux guider le LLM d'IA](https://fastapi.tiangolo.com/fr/contributing/#translations). [Version anglaise](ENGLISH_VERSION_URL)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:12:41 GMT 2026 - 425 bytes - Click Count (0) -
docs/pt/docs/translation-banner.md
Esta tradução foi feita por IA orientada por humanos. 🤝 Ela pode conter erros de interpretação do significado original ou soar pouco natural, etc. 🤖 Você pode melhorar esta tradução [ajudando-nos a orientar melhor o LLM de IA](https://fastapi.tiangolo.com/pt/contributing/#translations). [Versão em inglês](ENGLISH_VERSION_URL)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 13:48:53 GMT 2026 - 399 bytes - Click Count (0) -
docs/zh/docs/translation-banner.md
/// details | 🌐 由 AI 与人类协作翻译 本翻译由人类引导的 AI 生成。🤝 可能存在误解原意或不够自然等问题。🤖 你可以通过[帮助我们更好地引导 AI LLM](https://fastapi.tiangolo.com/zh/contributing/#translations)来改进此翻译。 [英文版本](ENGLISH_VERSION_URL)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 13:37:57 GMT 2026 - 327 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/RelevanceEvaluationResult.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.llm; import java.util.Collections; import java.util.List; /** * Result of relevance evaluation for search results. */ public class RelevanceEvaluationResult { private final List<String> relevantDocIds;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 01 08:11:18 GMT 2026 - 3.6K bytes - Click Count (0) -
docs/ja/docs/translation-banner.md
/// details | 🌐 AI と人間による翻訳 この翻訳は、人間のガイドに基づいて AI によって作成されました。🤝 原文の意図を取り違えていたり、不自然な表現になっている可能性があります。🤖 [AI LLM をより適切に誘導するのを手伝う](https://fastapi.tiangolo.com/ja/contributing/#translations) ことで、この翻訳を改善できます。 [英語版](ENGLISH_VERSION_URL)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 15:24:30 GMT 2026 - 462 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/ChatIntent.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.llm; /** * Represents the intent type detected from a user's chat message. */ public enum ChatIntent { /** User wants to search for documents in Fess */ SEARCH("search"),
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 01 08:11:18 GMT 2026 - 1.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/IntentDetectionResult.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.llm; /** * Represents the result of intent detection from user input. * Contains the detected intent type, Fess query, and other metadata. */ public class IntentDetectionResult {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 07 13:27:59 GMT 2026 - 4.1K bytes - Click Count (0)