瀏覽代碼

Expanded list of locally deployed embedding models (#930)

### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change

- [x] Documentation Update
tags/v0.7.0
writinwaters 1 年之前
父節點
當前提交
3ae8a87986
No account linked to committer's email address
共有 5 個文件被更改,包括 26 次插入0 次删除
  1. 4
    0
      README.md
  2. 4
    0
      README_ja.md
  3. 4
    0
      README_zh.md
  4. 1
    0
      docs/guides/configure_knowledge_base.md
  5. 13
    0
      docs/references/faq.md

+ 4
- 0
README.md 查看文件

[RAGFlow](https://ragflow.io/) is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding. It offers a streamlined RAG workflow for businesses of any scale, combining LLM (Large Language Models) to provide truthful question-answering capabilities, backed by well-founded citations from various complex formatted data. [RAGFlow](https://ragflow.io/) is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding. It offers a streamlined RAG workflow for businesses of any scale, combining LLM (Large Language Models) to provide truthful question-answering capabilities, backed by well-founded citations from various complex formatted data.
## 🎮 Demo
Visit our demo at [https://demo.ragflow.io](https://demo.ragflow.io)
## 📌 Latest Updates ## 📌 Latest Updates
- 2024-05-23 Supports [RAPTOR](https://arxiv.org/html/2401.18059v1) for better text retrieval. - 2024-05-23 Supports [RAPTOR](https://arxiv.org/html/2401.18059v1) for better text retrieval.

+ 4
- 0
README_ja.md 查看文件

[RAGFlow](https://ragflow.io/) は、深い文書理解に基づいたオープンソースの RAG (Retrieval-Augmented Generation) エンジンである。LLM(大規模言語モデル)を組み合わせることで、様々な複雑なフォーマットのデータから根拠のある引用に裏打ちされた、信頼できる質問応答機能を実現し、あらゆる規模のビジネスに適した RAG ワークフローを提供します。 [RAGFlow](https://ragflow.io/) は、深い文書理解に基づいたオープンソースの RAG (Retrieval-Augmented Generation) エンジンである。LLM(大規模言語モデル)を組み合わせることで、様々な複雑なフォーマットのデータから根拠のある引用に裏打ちされた、信頼できる質問応答機能を実現し、あらゆる規模のビジネスに適した RAG ワークフローを提供します。
## 🎮 Demo
デモをお試しください:[https://demo.ragflow.io](https://demo.ragflow.io)。
## 📌 最新情報 ## 📌 最新情報
- 2024-05-23 より良いテキスト検索のために[RAPTOR](https://arxiv.org/html/2401.18059v1)をサポート。 - 2024-05-23 より良いテキスト検索のために[RAPTOR](https://arxiv.org/html/2401.18059v1)をサポート。

+ 4
- 0
README_zh.md 查看文件



[RAGFlow](https://ragflow.io/) 是一款基于深度文档理解构建的开源 RAG(Retrieval-Augmented Generation)引擎。RAGFlow 可以为各种规模的企业及个人提供一套精简的 RAG 工作流程,结合大语言模型(LLM)针对用户各类不同的复杂格式数据提供可靠的问答以及有理有据的引用。 [RAGFlow](https://ragflow.io/) 是一款基于深度文档理解构建的开源 RAG(Retrieval-Augmented Generation)引擎。RAGFlow 可以为各种规模的企业及个人提供一套精简的 RAG 工作流程,结合大语言模型(LLM)针对用户各类不同的复杂格式数据提供可靠的问答以及有理有据的引用。


## 🎮 Demo 试用

请登录网址 [https://demo.ragflow.io](https://demo.ragflow.io) 试用 demo。

## 📌 近期更新 ## 📌 近期更新


- 2024-05-23 实现 [RAPTOR](https://arxiv.org/html/2401.18059v1) 提供更好的文本检索。 - 2024-05-23 实现 [RAPTOR](https://arxiv.org/html/2401.18059v1) 提供更好的文本检索。

+ 1
- 0
docs/guides/configure_knowledge_base.md 查看文件



The following embedding models can be deployed locally: The following embedding models can be deployed locally:


- BAAI/bge-large-zh-v1.5
- BAAI/bge-base-en-v1.5 - BAAI/bge-base-en-v1.5
- BAAI/bge-large-en-v1.5 - BAAI/bge-large-en-v1.5
- BAAI/bge-small-en-v1.5 - BAAI/bge-small-en-v1.5

+ 13
- 0
docs/references/faq.md 查看文件



English, simplified Chinese, traditional Chinese for now. English, simplified Chinese, traditional Chinese for now.


### 3. Which embedding models can be deployed locally?

- BAAI/bge-large-zh-v1.5
- BAAI/bge-base-en-v1.5
- BAAI/bge-large-en-v1.5
- BAAI/bge-small-en-v1.5
- BAAI/bge-small-zh-v1.5
- jinaai/jina-embeddings-v2-base-en
- jinaai/jina-embeddings-v2-small-en
- nomic-ai/nomic-embed-text-v1.5
- sentence-transformers/all-MiniLM-L6-v2
- maidalun1020/bce-embedding-base_v1

## Performance ## Performance


### 1. Why does it take longer for RAGFlow to parse a document than LangChain? ### 1. Why does it take longer for RAGFlow to parse a document than LangChain?

Loading…
取消
儲存