From 7a1ec3cad0f970da1cb9e076d78f71645bf88080 Mon Sep 17 00:00:00 2001 From: Xiang Shi <33132228+KevinZonda@users.noreply.github.com> Date: Sat, 20 Jan 2024 17:02:34 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6644581..83602bb 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,14 @@ flowchart LR othr ---> agent end subgraph float32 Managed RAG / float32 托管 RAG + translate(Translation) google(Google Search) + translate ---> google db(float32 Managed DB i.e. MySQL) mvdb(float32 Managed Vector DB e.g. pgvector) end end - start ---> google + start ---> translate start ---> agent start ---> db start ..-> mvdb