From 5706dfde7352b4f48949513ed733745910b535a4 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Wed, 26 Jun 2024 10:35:50 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- examples/auto_rag/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/auto_rag/README.md b/examples/auto_rag/README.md index 9dab8a1..630fc32 100644 --- a/examples/auto_rag/README.md +++ b/examples/auto_rag/README.md @@ -2,7 +2,7 @@ This agent is an example of autonomous [RAG](https://blogs.nvidia.com/blog/what- A set of text files are imported into the RAG and the model is asked a question about a piece of knowledge that is only present in one of the documents. The model will use the rag action space to retrieve it autonomously. -Using RAG requires an -E/--embedder argument to define the model used for the embeddings: +Using RAG requires an additional `-E/--embedder` argument to define the model used for the embeddings: ```sh nerve \