From 6dc188d332076b4fe84ac4cc4634a868b7116dec Mon Sep 17 00:00:00 2001 From: Cheese Date: Sun, 16 Feb 2025 20:55:57 +0800 Subject: [PATCH] feat: add autoflow in rag section --- README.md | 5 +++++ README_cn.md | 5 +++++ README_ja.md | 5 +++++ docs/autoflow/README.md | 23 +++++++++++++++++++++++ docs/autoflow/README_cn.md | 23 +++++++++++++++++++++++ 5 files changed, 61 insertions(+) create mode 100644 docs/autoflow/README.md create mode 100644 docs/autoflow/README_cn.md diff --git a/README.md b/README.md index af426d9..4548ac7 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,11 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati RAGFlow 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. + + Icon + Autoflow + AutoFlow is an open-source knowledge base tool based on GraphRAG (Graph-based Retrieval-Augmented Generation), built on TiDB Vector, LlamaIndex, and DSPy. It provides a Perplexity-like search interface and allows easy integration of AutoFlow's conversational search window into your website by embedding a simple JavaScript snippet. + ### Solana frameworks diff --git a/README_cn.md b/README_cn.md index f92bfed..39e1ed3 100644 --- a/README_cn.md +++ b/README_cn.md @@ -171,6 +171,11 @@ RAGFlow 一款基于深度文档理解构建的开源 RAG(Retrieval-Augmented Generation)引擎。RAGFlow 可以为各种规模的企业及个人提供一套精简的 RAG 工作流程,结合大语言模型(LLM)针对用户各类不同的复杂格式数据提供可靠的问答以及有理有据的引用。 + + Icon + Autoflow + AutoFlow 是一个开源的基于 GraphRAG 的知识库工具,构建于 TiDB Vector、LlamaIndex 和 DSPy 之上。提供类 Perplexity 的搜索页面,并可以嵌入简单的 JavaScript 代码片段,轻松将 Autoflow 的对话式搜索窗口集成到您的网站。 + ### Solana 框架 diff --git a/README_ja.md b/README_ja.md index c9870aa..cfc631a 100644 --- a/README_ja.md +++ b/README_ja.md @@ -158,6 +158,11 @@ DeepSeek APIを人気のソフトウェアに統合します。APIキーを取 RAGFlow 深い文書理解に基づいたオープンソースのRAG(Retrieval-Augmented Generation)エンジン。RAGFlowは、あらゆる規模の企業や個人に対して、ユーザーのさまざまな複雑な形式のデータに対して信頼性のある質問応答と根拠のある引用を提供するための簡素化されたRAGワークフローを提供します。 + + Icon + Autoflow + AutoFlow は、GraphRAGに基づくオープンソースのナレッジベースツールであり、TiDB Vector、LlamaIndex、DSPy の上に構築されています。Perplexity のような検索インターフェースを提供し、シンプルな JavaScript スニペットを埋め込むことで、AutoFlow の対話型検索ウィンドウを簡単にウェブサイトに統合できます。 + ### Solanaフレームワーク diff --git a/docs/autoflow/README.md b/docs/autoflow/README.md new file mode 100644 index 0000000..e024893 --- /dev/null +++ b/docs/autoflow/README.md @@ -0,0 +1,23 @@ +# Autoflow + +pingcap%2Fautoflow | Trendshift + +[AutoFlow](https://github.com/pingcap/autoflow) is an open-source knowledge base tool based on GraphRAG (Graph-based Retrieval-Augmented Generation), built on [TiDB](https://www.pingcap.com/ai?utm_source=tidb.ai&utm_medium=community) Vector, LlamaIndex, and DSPy. It provides a Perplexity-like search interface and allows easy integration of AutoFlow's conversational search window into your website by embedding a simple JavaScript snippet. + +## UI + +1. **Perplexity-style Conversational Search page**: Our platform features an advanced built-in website crawler, designed to elevate your browsing experience. This crawler effortlessly navigates official and documentation sites, ensuring comprehensive coverage and streamlined search processes through sitemap URL scraping. + + ![Image](https://github.com/user-attachments/assets/50a4e5ce-8b93-446a-8ce7-11ed7844bd1e) + +2. **Embeddable JavaScript Snippet**: Integrate our conversational search window effortlessly into your website by copying and embedding a simple JavaScript code snippet. This widget, typically placed at the bottom right corner of your site, facilitates instant responses to product-related queries. + + ![Image](https://github.com/user-attachments/assets/f0dc82db-c14d-4863-a242-c7da3a719568) + +## Integrate with Deepseek API + +- Click the tab `Models` then `LLMs` to enter the LLM model management page. +- Click the `Create` button to create a new LLM model. +- Input data like below, then click the `Create LLM` button. + +![Image](https://github.com/user-attachments/assets/875cac18-707b-465f-ac62-89ddb416f94d) diff --git a/docs/autoflow/README_cn.md b/docs/autoflow/README_cn.md new file mode 100644 index 0000000..1de1269 --- /dev/null +++ b/docs/autoflow/README_cn.md @@ -0,0 +1,23 @@ +# Autoflow + +pingcap%2Fautoflow | Trendshift + +[AutoFlow](https://github.com/pingcap/autoflow) 是一个基于 GraphRAG(基于图的检索增强生成)的开源知识库工具,构建于 [TiDB](https://www.pingcap.com/ai?utm_source=tidb.ai&utm_medium=community) Vector、LlamaIndex 和 DSPy 之上。它提供类似 Perplexity 的搜索界面,并允许通过嵌入简单的 JavaScript 代码片段,将 AutoFlow 的对话式搜索窗口轻松集成到您的网站中。 + +## UI 界面 + +1. **Perplexity 风格的对话式搜索页面**:我们的平台配备了高级内置网站爬虫,旨在提升您的浏览体验。该爬虫能够轻松抓取官方网站和文档站点,通过 sitemap 抓取,实现全面覆盖和高效搜索。 + + ![Image](https://github.com/user-attachments/assets/50a4e5ce-8b93-446a-8ce7-11ed7844bd1e) + +2. **可嵌入的 JavaScript 代码片段**:通过复制并嵌入一段简单的 JavaScript 代码,即可轻松将我们的对话式搜索窗口集成到您的网站中。此小部件通常放置在网站右下角,可即时回答与产品相关的查询。 + + ![Image](https://github.com/user-attachments/assets/f0dc82db-c14d-4863-a242-c7da3a719568) + +## 集成 Deepseek API + +- 点击 `Models` 选项卡,然后进入 `LLMs` 以进入 LLM 模型管理页面。 +- 点击 `Create` 按钮创建一个新的 LLM 模型。 +- 按照下方示例输入数据,然后点击 `Create LLM` 按钮。 + +![Image](https://github.com/user-attachments/assets/875cac18-707b-465f-ac62-89ddb416f94d)