yogjoshi14 commited on
Commit
7815a6b
1 Parent(s): 7a2d0fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -20,7 +20,9 @@ Simple Contextual Chat Bot
20
  Advanced Challenge:
21
  - Break down the document into multiple chunks/ paragraphs.
22
  - Store them in a vector database like pinecone.
23
- - When you ask a question find out the top 3 chunks that will likely have the answer to the question using semantic similarity search.
 
 
24
 
25
  #**System Design**
26
 
@@ -38,4 +40,3 @@ Advanced Challenge:
38
  1. Embedding : As the project has made use of readily available huggingface embeddings, it has max dimension of 768. We can make use of alternate embeddings such as HuggingFaceInstructEmbeddings, Ollama embeddings which are open-source or OpenAI embeddings.
39
  2. LLM : Making use of llm which has more parameter and was trained more data can also provide optimal results.
40
 
41
- # Hugging Face Space Here : [Space](https://huggingface.co/spaces/yogjoshi14/chat_with_documents)
 
20
  Advanced Challenge:
21
  - Break down the document into multiple chunks/ paragraphs.
22
  - Store them in a vector database like pinecone.
23
+ - When you ask a question find out the top 3 chunks that will likely have the answer to the question using semantic similarity search.
24
+
25
+ # huggingface Space Here : [Space](https://huggingface.co/spaces/yogjoshi14/chat_with_documents)
26
 
27
  #**System Design**
28
 
 
40
  1. Embedding : As the project has made use of readily available huggingface embeddings, it has max dimension of 768. We can make use of alternate embeddings such as HuggingFaceInstructEmbeddings, Ollama embeddings which are open-source or OpenAI embeddings.
41
  2. LLM : Making use of llm which has more parameter and was trained more data can also provide optimal results.
42