mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration.git
synced 2025-07-22 15:14:56 -04:00
feat: add autoflow in rag section (#261)
This commit is contained in:
parent
7a4ec9fa2d
commit
2e30f376d9
5 changed files with 61 additions and 2 deletions
23
docs/autoflow/README.md
Normal file
23
docs/autoflow/README.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Autoflow
|
||||
|
||||
<a href="https://trendshift.io/repositories/12294" target="_blank"><img src="https://trendshift.io/api/badge/repositories/12294" alt="pingcap%2Fautoflow | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
||||
|
||||
[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.
|
||||
|
||||

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

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

|
23
docs/autoflow/README_cn.md
Normal file
23
docs/autoflow/README_cn.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Autoflow
|
||||
|
||||
<a href="https://trendshift.io/repositories/12294" target="_blank"><img src="https://trendshift.io/api/badge/repositories/12294" alt="pingcap%2Fautoflow | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
||||
|
||||
[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 抓取,实现全面覆盖和高效搜索。
|
||||
|
||||

|
||||
|
||||
2. **可嵌入的 JavaScript 代码片段**:通过复制并嵌入一段简单的 JavaScript 代码,即可轻松将我们的对话式搜索窗口集成到您的网站中。此小部件通常放置在网站右下角,可即时回答与产品相关的查询。
|
||||
|
||||

|
||||
|
||||
## 集成 Deepseek API
|
||||
|
||||
- 点击 `Models` 选项卡,然后进入 `LLMs` 以进入 LLM 模型管理页面。
|
||||
- 点击 `Create` 按钮创建一个新的 LLM 模型。
|
||||
- 按照下方示例输入数据,然后点击 `Create LLM` 按钮。
|
||||
|
||||

|
Loading…
Add table
Add a link
Reference in a new issue