From 365d6fcb3600fcb6d218847c6519a838d5fa8bb1 Mon Sep 17 00:00:00 2001 From: Joel Date: Thu, 15 Aug 2024 18:04:45 +0800 Subject: [PATCH] add link to DA retriever --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 26a20a8..3cca7ef 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,10 @@ For detailed public APIs, visit [gRPC API](docs/api/) section. ### Run via Docker [Guidance](run/README.md) +### (Optional) Setup DA Retriever +If you want to use the retrieval feature of the DA client, you also need to set up the DA Retriever. Please refer to this [document](https://github.com/0glabs/0g-da-retriever) for more details. + + ## Contributing To make contributions to the project, please follow the guidelines [here](contributing.md).