From 59d0385874624b1cfe3d9109547d80c235e6a5de Mon Sep 17 00:00:00 2001 From: tahsin-protik Date: Wed, 22 Feb 2023 03:06:07 +0600 Subject: [PATCH] first commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 928a6e3..cd9d7aa 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Note: The embedding model used here has 384 dimensions. Useful Docs: - [Openai](https://platform.openai.com/docs) - [Pinecone](https://docs.pinecone.io/docs/quickstart) - +- [HuggingFace](https://huggingface.co/models) Tasks: 1. Load the text from the given docx file and split them in to some chunks. (A splitter is defined, you can use that.)