matt HOFFNER commited on
Commit
2077801
Β·
1 Parent(s): 8de5da8

update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -5,12 +5,21 @@ sdk: docker
5
  app_port: 3000
6
  ---
7
 
8
- # web-llm-embed
 
 
 
 
 
 
 
9
 
10
- Web-LLM document chat
11
 
12
  ## Credits
13
 
14
- [react-llm](https://github.com/r2d4/react-llm)
15
- [web-llm](https://github.com/mlc-ai/web-llm)
16
- [transformers.js](https://github.com/xenova/transformers.js)
 
 
 
 
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)
24
+ ### next.js
25
+ ### langchain