matthoffner commited on
Commit
ce7b087
Β·
1 Parent(s): fe0c091

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -1,23 +1,22 @@
1
  ---
2
  title: web-llm-embed
3
- emoji: πŸ’ŽπŸ“„
4
  sdk: docker
5
  app_port: 3000
6
  ---
7
 
8
  # πŸ’Ž web-llm-embed πŸ“„
9
 
10
- Web-LLM based document chat
11
 
12
  ## Roadmap
13
 
14
- * [ ] Run transformers.js in browser instead of node.js
15
  * [ ] Dexie local storage
16
 
17
 
18
  ## Credits
19
 
20
-
21
  ### [react-llm](https://github.com/r2d4/react-llm)
22
  ### [web-llm](https://github.com/mlc-ai/web-llm)
23
  ### [transformers.js](https://github.com/xenova/transformers.js)
 
1
  ---
2
  title: web-llm-embed
3
+ emoji: πŸŒƒ
4
  sdk: docker
5
  app_port: 3000
6
  ---
7
 
8
  # πŸ’Ž web-llm-embed πŸ“„
9
 
10
+ Web-LLM based document chat demo. Uses React-LLM to manage conversation state and Transformers.js for embeddings.
11
 
12
  ## Roadmap
13
 
14
+ * [ ] Ship static version Github pages
15
  * [ ] Dexie local storage
16
 
17
 
18
  ## Credits
19
 
 
20
  ### [react-llm](https://github.com/r2d4/react-llm)
21
  ### [web-llm](https://github.com/mlc-ai/web-llm)
22
  ### [transformers.js](https://github.com/xenova/transformers.js)