Commit
Β·
ac8a9f7
1
Parent(s):
c3f18f3
Update README (#1014)
Browse files### 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
Signed-off-by: Jin Hai <[email protected]>
README.md
CHANGED
@@ -23,6 +23,14 @@
|
|
23 |
</a>
|
24 |
</p>
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
<details open>
|
27 |
<summary></b>π Table of Contents</b></summary>
|
28 |
|
@@ -58,13 +66,6 @@ Try our demo at [https://demo.ragflow.io](https://demo.ragflow.io).
|
|
58 |
- 2024-05-21 Supports streaming output and text chunk retrieval API.
|
59 |
- 2024-05-15 Integrates OpenAI GPT-4o.
|
60 |
- 2024-05-08 Integrates LLM DeepSeek-V2.
|
61 |
-
- 2024-04-26 Adds file management.
|
62 |
-
- 2024-04-19 Supports conversation API ([detail](./docs/references/api.md)).
|
63 |
-
- 2024-04-16 Integrates an embedding model 'bce-embedding-base_v1' from [BCEmbedding](https://github.com/netease-youdao/BCEmbedding), and [FastEmbed](https://github.com/qdrant/fastembed), which is designed specifically for light and speedy embedding.
|
64 |
-
- 2024-04-11 Supports [Xinference](./docs/guides/deploy_local_llm.md) for local LLM deployment.
|
65 |
-
- 2024-04-10 Adds a new layout recognition model for analyzing legal documents.
|
66 |
-
- 2024-04-08 Supports [Ollama](./docs/guides/deploy_local_llm.md) for local LLM deployment.
|
67 |
-
- 2024-04-07 Supports Chinese UI.
|
68 |
|
69 |
## π Key Features
|
70 |
|
@@ -312,8 +313,10 @@ To launch the service from source:
|
|
312 |
|
313 |
## π Documentation
|
314 |
|
315 |
-
- [Quickstart](
|
316 |
-
- [
|
|
|
|
|
317 |
|
318 |
## π Roadmap
|
319 |
|
|
|
23 |
</a>
|
24 |
</p>
|
25 |
|
26 |
+
<h4 align="center">
|
27 |
+
<a href="https://ragflow.io/docs/dev/">Document</a> |
|
28 |
+
<a href="https://github.com/infiniflow/ragflow/issues/162">Roadmap</a> |
|
29 |
+
<a href="https://twitter.com/infiniflowai">Twitter</a> |
|
30 |
+
<a href="https://discord.gg/jEfRUwEYEV">Discord</a> |
|
31 |
+
<a href="https://demo.ragflow.io">Demo</a>
|
32 |
+
</h4>
|
33 |
+
|
34 |
<details open>
|
35 |
<summary></b>π Table of Contents</b></summary>
|
36 |
|
|
|
66 |
- 2024-05-21 Supports streaming output and text chunk retrieval API.
|
67 |
- 2024-05-15 Integrates OpenAI GPT-4o.
|
68 |
- 2024-05-08 Integrates LLM DeepSeek-V2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
|
70 |
## π Key Features
|
71 |
|
|
|
313 |
|
314 |
## π Documentation
|
315 |
|
316 |
+
- [Quickstart](https://ragflow.io/docs/dev/)
|
317 |
+
- [User guide](https://ragflow.io/docs/dev/category/user-guides)
|
318 |
+
- [Reference](https://ragflow.io/docs/dev/category/references)
|
319 |
+
- [FAQ](https://ragflow.io/docs/dev/faq)
|
320 |
|
321 |
## π Roadmap
|
322 |
|