From 8987a0c8d93c937a550afd35ecb6cb35f51d5ee1 Mon Sep 17 00:00:00 2001 From: Jesse Claven Date: Wed, 28 Jun 2023 15:17:15 +0100 Subject: [PATCH] fix: Spelling mistake (#82) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6628ec78..9e767c8d 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Creating a chat bot over any dataset needs the following steps to happen * load the data * create meaningful chunks -* create embeddigns for each chunk +* create embeddings for each chunk * store the chunks in vector database Whenever a user asks any query, following process happens to find the answer for the query