Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rag-flow-k8s
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michal Masrna
rag-flow-k8s
Commits
343b5343
There was an error fetching the commit references. Please try again later.
Unverified
Commit
343b5343
authored
11 months ago
by
writinwaters
Committed by
GitHub
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Update README_zh.md
parent
905155a6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README_zh.md
+5
-4
5 additions, 4 deletions
README_zh.md
with
5 additions
and
4 deletions
README_zh.md
+
5
−
4
View file @
343b5343
...
...
@@ -23,7 +23,7 @@
## 💡 RAGFlow 是什么?
[
RAGFlow
](
http://demo.ragflow.io
)
是一款基于大型语言模型(LLM)、深度文档理解和多路
找
回(multiple recall)构建的开源检索增强型生成引擎(Retrieval-Augmented Generation Engine)。RAGFlow 可以为各种规模的企业提供一套精简的 RAG 工作流程,通过生成式 AI (Generative AI)知识管理平台提供可靠的问答以及有理有据的引用。
[
RAGFlow
](
http://demo.ragflow.io
)
是一款基于大型语言模型(LLM)、深度文档理解和多路
召
回(multiple recall)构建的开源检索增强型生成引擎(Retrieval-Augmented Generation Engine)。RAGFlow 可以为各种规模的企业提供一套精简的 RAG 工作流程,通过生成式 AI (Generative AI)知识管理平台提供可靠的问答以及有理有据的引用。
## 🌟 主要功能
...
...
@@ -45,7 +45,7 @@
### 🛀 **全程无忧、自动化的 RAG 工作流**
-
全面优化的 RAG 工作流可以支持从个人应用乃至超大型企业的各类生态系统。
-
大语言模型 LLM 以及向量模型均支持配置。
-
基于多路
找
回、融合重排序。
-
基于多路
召
回、融合重排序。
-
提供易用的 API,可以轻松集成到各类企业系统。
## 🔎 系统架构
...
...
@@ -122,7 +122,8 @@
```
5.
根据刚才的界面提示在你的浏览器中输入你的服务器对应的 IP 地址并登录 RAGFlow。
6.
在
[
service_conf.yaml
](
./docker/service_conf.yaml
)
文件的
`user_default_llm`
栏配置 LLM factory,并在
`API_KEY`
栏填写和你选择的大模型相对应的 API key。
> 上面这个例子中,您只需要输入 http://172.22.0.5 即可:端口 9380 已通过 Docker 的端口映射被设置成 80(默认的 HTTP 服务端口)。
7.
在
[
service_conf.yaml
](
./docker/service_conf.yaml
)
文件的
`user_default_llm`
栏配置 LLM factory,并在
`API_KEY`
栏填写和你选择的大模型相对应的 API key。
> 详见 [./docs/llm_api_key_setup.md](./docs/llm_api_key_setup.md)。
*好戏开始,接着奏乐接着舞!*
...
...
@@ -140,7 +141,7 @@
> [./docker/README](./docker/README.md) 文件提供了环境变量设置和服务配置的详细信息。请**一定要**确保 [./docker/README](./docker/README.md) 文件当中列出来的环境变量的值与 [service_conf.yaml](./docker/service_conf.yaml) 文件当中的系统配置保持一致。
如需更新默认的
serving port
(80), 可以在
[
docker-compose-CN.yml
](
./docker/docker-compose-CN.yml
)
文件中将配置
`80:80`
改为
`<YOUR_SERVING_PORT>:80`
。
如需更新默认的
HTTP 服务端口
(80), 可以在
[
docker-compose-CN.yml
](
./docker/docker-compose-CN.yml
)
文件中将配置
`80:80`
改为
`<YOUR_SERVING_PORT>:80`
。
> 所有系统配置都需要通过系统重启生效:
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment