Vinh Nguyen commited on
Commit
1c4ab5c
1 Parent(s): 87c1f2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@
28
 
29
  ### Features
30
 
31
- - Upload any PDF documents and start asking key information about it, currently supports: PDF, TXT, DOCX, EPUB
32
  - Limit 200MB per file
33
  - Conversational Q&A with LLM (powered by `OpenAI`'s `gpt-3.5-turbo` model)
34
  - `HuggingFace` embeddings to generate embeddings for the document chunks with `all-MiniLM-L6-v2` model.
 
28
 
29
  ### Features
30
 
31
+ - Upload any documents and start asking key information about it, currently supports: PDF, TXT, DOCX, EPUB
32
  - Limit 200MB per file
33
  - Conversational Q&A with LLM (powered by `OpenAI`'s `gpt-3.5-turbo` model)
34
  - `HuggingFace` embeddings to generate embeddings for the document chunks with `all-MiniLM-L6-v2` model.