You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

glossary.mdx 1.0KB

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.19.0. 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.