From b9277c84c83a5fbd4c43222cc211679370c73623 Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Sun, 25 Jun 2023 01:55:24 -0500 Subject: [PATCH] Fix: fix typo in readme (#54) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c5f9dff..39812955 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ embedchain is a framework to easily create LLM powered bots over any dataset. -It abstracts the enitre process of loading dataset, chunking it, creating embeddings and then storing in vector database. +It abstracts the entire process of loading a dataset, chunking it, creating embeddings and then storing in a vector database. You can add a single or multiple dataset using `.add` and `.add_local` function and then use `.query` function to find an answer from the added datasets. @@ -168,4 +168,4 @@ embedchain is built on the following stack: # Author -* Taranjeet Singh ([@taranjeetio](https://twitter.com/taranjeetio)) \ No newline at end of file +* Taranjeet Singh ([@taranjeetio](https://twitter.com/taranjeetio))