From 7c4bed947c3f295595831ffa53397abc2cfd7d36 Mon Sep 17 00:00:00 2001 From: 0xez <110299556+0xez@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:43:03 +0800 Subject: [PATCH 1/2] fix a grammar issue 10 second => 10 seconds --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77e0844..ea280d2 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ A focus will be on papers and blog posts with code attached. - [Contextual.ai](http://Contextual.ai) = company based on RAG, see the [launch blog post](https://contextual.ai/announcing-next-generation-language-models/) - [How an LLM Chatbot works: Exploring Chat with Retrieval-Augmented Generation](https://txt.cohere.com/exploring-chat-rag/) from the Cohere Blog -## 10 second walkthrough +## 10 seconds walkthrough The following is a basic RAG workflow. From ec0fb7a2d449cdbf08862c5577d06e9722884970 Mon Sep 17 00:00:00 2001 From: 0xez <110299556+0xez@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:44:03 +0800 Subject: [PATCH 2/2] fix a grammar issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea280d2..098791d 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ A focus will be on papers and blog posts with code attached. - [Contextual.ai](http://Contextual.ai) = company based on RAG, see the [launch blog post](https://contextual.ai/announcing-next-generation-language-models/) - [How an LLM Chatbot works: Exploring Chat with Retrieval-Augmented Generation](https://txt.cohere.com/exploring-chat-rag/) from the Cohere Blog -## 10 seconds walkthrough +## 10 Seconds Walkthrough The following is a basic RAG workflow.