mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration.git
synced 2025-07-20 13:14:59 -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.
|
||||
|
||||

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