Fix: fix typo in readme (#54)

This commit is contained in:
Matt Busche
2023-06-25 01:55:24 -05:00
committed by GitHub
parent 6d96d59453
commit b9277c84c8

View File

@@ -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))
* Taranjeet Singh ([@taranjeetio](https://twitter.com/taranjeetio))