From e3e8911446913ec0cd7caba73fbb20bf7259a61a Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Wed, 26 Jun 2024 10:35:34 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- examples/auto_rag/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/auto_rag/README.md b/examples/auto_rag/README.md index c804766..9dab8a1 100644 --- a/examples/auto_rag/README.md +++ b/examples/auto_rag/README.md @@ -5,7 +5,11 @@ A set of text files are imported into the RAG and the model is asked a question Using RAG requires an -E/--embedder argument to define the model used for the embeddings: ```sh -nerve -G "fireworks://llama-v3-70b-instruct" -E "ollama://all-minilm@bahamut.local:11434" -T auto_rag -P "define a Darmepinter" +nerve \ + -G "fireworks://llama-v3-70b-instruct" \ # the model used for the agent + -E "ollama://all-minilm@bahamut.local:11434" \ # the model used for the rag embeddings + -T auto_rag \ + -P "define a Darmepinter" ``` Example output: