您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617181920212223242526
  1. ---
  2. sidebar_position: 0
  3. slug: /glossary
  4. ---
  5. # Glossary
  6. Definitions of key terms and basic concepts related to RAGFlow.
  7. ---
  8. import TOCInline from '@theme/TOCInline';
  9. <TOCInline toc={toc} />
  10. ---
  11. ## C
  12. ### Cross-language search
  13. Cross-language search (also known as cross-lingual retrieval) is a feature introduced in version 0.20.4. It enables users to submit queries in one language (for example, English) and retrieve relevant documents written in other languages such as Chinese or Spanish. This feature is enabled by the system’s default chat model, which translates queries to ensure accurate matching of semantic meaning across languages.
  14. By enabling cross-language search, users can effortlessly access a broader range of information regardless of language barriers, significantly enhancing the system’s usability and inclusiveness.
  15. This feature is available in the retrieval test and chat assistant settings. See [Run retrieval test](../guides/dataset/run_retrieval_test.md) and [Start AI chat](../guides/chat/start_chat.md) for further details.