summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-04-09 23:55:11 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-04-09 23:55:11 +0200
commitae136f68559b1023f1cdabb66fd509737be9dd3e (patch)
tree96718d0de3202f66f3780bd86bb4a3b5deea97a7
parent3ea22cec304dd6a919e41e055d086cf46531144e (diff)
Update README
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 475bbb8..195b060 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Retrieval Augmented Generation
-RAG with ollama and qdrant.
+RAG with ollama (and optionally cohere) and qdrant.
## Usage
@@ -45,13 +45,13 @@ ollama pull $ENCODER_MODEL
### Qdrant
-Qdrant will is used to store the embeddings of the chunks from the documents.
+Qdrant is used to store the embeddings of the chunks from the documents.
Download and run qdrant.
### Postgres
-Postgres is used to save hashes of the document chunks to prevent document chunks from
+Postgres is used to save hashes of the document to prevent documents from
being added to the vector db more than ones.
Download and run qdrant.