Skip to content
Snippets Groups Projects
Unverified Commit 7050e101 authored by Shorthills AI's avatar Shorthills AI Committed by GitHub
Browse files

Fixing a minor grammatical mistake (#10408)


Update rag_cli.md (#80)

Corrected "CLI tool do help you do" to "CLI tool to help you do"

Co-authored-by: default avatarManpreetShorthillsAI <142380984+ManpreetShorthillsAI@users.noreply.github.com>
parent d520b525
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
One common use case is chatting with an LLM about files you have saved locally on your computer. One common use case is chatting with an LLM about files you have saved locally on your computer.
We have written a CLI tool do help you do just that! You can point the rag CLI tool to a set of files you've saved locally, and it will ingest those files into a local vector database that is then used for a Chat Q&A repl within your terminal. We have written a CLI tool to help you do just that! You can point the rag CLI tool to a set of files you've saved locally, and it will ingest those files into a local vector database that is then used for a Chat Q&A repl within your terminal.
By default, this tool uses OpenAI for the embeddings & LLM as well as a local Chroma Vector DB instance. **Warning**: this means that, by default, the local data you ingest with this tool _will_ be sent to OpenAI's API. By default, this tool uses OpenAI for the embeddings & LLM as well as a local Chroma Vector DB instance. **Warning**: this means that, by default, the local data you ingest with this tool _will_ be sent to OpenAI's API.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment