Skip to content

Commit

Permalink
docs: udr
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinZonda authored Jan 20, 2024
1 parent 8cd4de5 commit e5ff190
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,30 @@ float32 是一个基于大语言模型驱动的搜索助手,它可以帮助你
> 如果你对 float32 的 prompt 感兴趣,可以看看 [📁 ./prompt/*.promptc](prompt/)
> 里面的 `.promptc` 文件记录了你感兴趣的东西。
```mermaid
flowchart LR
start(Query)
agent(Agent)
vdb[(Vector DB e.g. Milvus)]
othr(Other)
pt(Prompt Engineer)
llm(LLM, ChatGPT)
subgraph Global RAG / 全局 RAG
subgraph User Defined RAG / 用户定义 RAG
vdb ---> agent
othr ---> agent
end
google(Google Search)
end
start ---> google
start ---> agent
google ---> pt
agent ---> pt
pt ---> llm
```

## Acknowledged

> [!NOTE]
Expand Down

0 comments on commit e5ff190

Please sign in to comment.