From ae136f68559b1023f1cdabb66fd509737be9dd3e Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 9 Apr 2024 23:55:11 +0200 Subject: Update README --- README.md | 6 +++--- 1 file 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. -- cgit v1.2.3-70-g09d2