From 8485a4411bad33dde778c275f8e3f1f6cf972533 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 05:57:01 +0000 Subject: [PATCH] feat: Updated docs/DOCS_README.md --- docs/DOCS_README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/DOCS_README.md b/docs/DOCS_README.md index 70d783797..26f7f3686 100644 --- a/docs/DOCS_README.md +++ b/docs/DOCS_README.md @@ -43,7 +43,11 @@ And open your browser at http://0.0.0.0:8000/ to view the generated docs. ##### Watch Docs We recommend using sphinx-autobuild during development, which provides a live-reloading -server, that rebuilds the documentation and refreshes any open pages automatically when +## Retrieve Module + +For comprehensive information about the `retrieve` module, check out the [Retrieve Module Documentation](retrieve.md). + +The `retrieve` module provides a way to retrieve relevant information from a dataset based on a query. It is designed to work seamlessly within the DSPy framework, aiding in the retrieval tasks that form the backbone of many language and data processing operations.server, that rebuilds the documentation and refreshes any open pages automatically when changes are saved. This enables a much shorter feedback loop which can help boost productivity when writing documentation.