fix: Spelling mistake (#82)

This commit is contained in:
Jesse Claven
2023-06-28 15:17:15 +01:00
committed by GitHub
parent 5733d76a2b
commit 8987a0c8d9

View File

@@ -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