ffreemt commited on
Commit
3d67a24
1 Parent(s): 13f683a

Update README.md

Browse files
Files changed (1) hide show
  1. README1.md +4 -3
README1.md CHANGED
@@ -1,10 +1,11 @@
1
  # multilingual-dokugpt
2
  Chat with multilingual documents in a language you prefer
3
 
4
- `multilingual-dokugpt` is a quasi-localgpt that makes use of `langchain`, generates embeddings `locally` and save them in a Chroma vectorstore.
 
5
 
6
  ## Features
7
- * Handle documents in multiple languages, multiple formats (.txt or plaintext in other suffixes, .docx, .pdf, .epub)
8
  * Can use PawanOsman reverse proxy free api-key of the form `pk-....`. Refer to `.env.sample`
9
 
10
  ## Demo
@@ -48,7 +49,7 @@ http://127.0.0.1:7860
48
  ```
49
 
50
  ## TODO
51
- * Make it a true localgpt by replacing the remote querying with a local `llm`.
52
 
53
  ## License
54
  `multilingual-dokugpt` is released under the MIT License. See the LICENSE file for more details.
 
1
  # multilingual-dokugpt
2
  Chat with multilingual documents in a language you prefer
3
 
4
+ ## What it is
5
+ `multilingual-dokugpt` is a quasi-localgpt that makes use of `langchain`, generates embeddings `locally` and save them in a Chroma vectorstore. It's `quasi-local` since querying is still made through a remote service (OPENAI or compatible).
6
 
7
  ## Features
8
+ * Handle documents (think of books or manuals) in multiple languages and multiple formats (.txt or plaintext in other suffixes, .docx, .pdf, .epub)
9
  * Can use PawanOsman reverse proxy free api-key of the form `pk-....`. Refer to `.env.sample`
10
 
11
  ## Demo
 
49
  ```
50
 
51
  ## TODO
52
+ * Make it a true localgpt by replacing remote querying with a local `llm`.
53
 
54
  ## License
55
  `multilingual-dokugpt` is released under the MIT License. See the LICENSE file for more details.