Skip to content

Commit

Permalink
misc: small fix or general refactoring i did not bother commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Jun 26, 2024
1 parent a78704f commit e3e8911
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/auto_rag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]:11434" -T auto_rag -P "define a Darmepinter"
nerve \
-G "fireworks://llama-v3-70b-instruct" \ # the model used for the agent
-E "ollama://[email protected]:11434" \ # the model used for the rag embeddings
-T auto_rag \
-P "define a Darmepinter"
```

Example output:
Expand Down

0 comments on commit e3e8911

Please sign in to comment.