diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-04-09 23:55:11 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-04-09 23:55:11 +0200 |
commit | ae136f68559b1023f1cdabb66fd509737be9dd3e (patch) | |
tree | 96718d0de3202f66f3780bd86bb4a3b5deea97a7 /README.md | |
parent | 3ea22cec304dd6a919e41e055d086cf46531144e (diff) |
Update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |