mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Docs: Miscellaneous editorial updates (#7865)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -14,12 +14,12 @@ Each RAGFlow release is available in two editions:
|
||||
:::
|
||||
|
||||
:::danger IMPORTANT
|
||||
:collision: The embedding models included in a full edition are:
|
||||
The embedding models included in a full edition are:
|
||||
|
||||
- BAAI/bge-large-zh-v1.5
|
||||
- maidalun1020/bce-embedding-base_v1
|
||||
|
||||
Please note these two embedding models support both English and Chinese. If your knowledge base contains other languages, the performance may be COMPROMISED.
|
||||
These two embedding models are optimized specifically for English and Chinese, so performance may be compromised if you use them to embed documents in other languages.
|
||||
:::
|
||||
|
||||
## v0.19.0
|
||||
@ -28,7 +28,7 @@ Released on May 26, 2025.
|
||||
|
||||
### New features
|
||||
|
||||
- Cross-language search is supported in the Knowledge and Chat modules, enhancing search accuracy and user experience in multilingual environments, such as in Chinese-English knowledge bases.
|
||||
- [Cross-language search](./references/glossary.mdx#cross-language-search) is supported in the Knowledge and Chat modules, enhancing search accuracy and user experience in multilingual environments, such as in Chinese-English knowledge bases.
|
||||
- Agent component: A new Code component supports Python and JavaScript scripts, enabling developers to handle more complex tasks like dynamic data processing.
|
||||
- Enhanced image display: Images in Chat and Search now render directly within responses, rather than as external references. Knowledge retrieval testing can retrieve images directly, instead of texts extracted from images.
|
||||
- Claude 4 and ChatGPT o3: Developers can now use the newly released, most advanced Claude model alongside OpenAI’s latest ChatGPT o3 inference model.
|
||||
@ -39,6 +39,14 @@ Released on May 26, 2025.
|
||||
- Markdown rendering: Image references in a markdown file can be displayed after chunking. Thanks to [Woody-Hu](https://github.com/Woody-Hu).
|
||||
- Document engine support: OpenSearch can now be used as RAGFlow's document engine. Thanks to [pyyuhao](https://github.com/pyyuhao).
|
||||
|
||||
### Documentation
|
||||
|
||||
#### Added documents
|
||||
|
||||
- [Select PDF parser](./guides/dataset/select_pdf_parser.md)
|
||||
- [Enable Excel2HTML](./guides/dataset/enable_excel2html.md)
|
||||
- [Code component](./guides/agent/agent_component_reference/code.mdx)
|
||||
|
||||
## v0.18.0
|
||||
|
||||
Released on April 23, 2025.
|
||||
|
||||
Reference in New Issue
Block a user