Spaces:
Runtime error
Runtime error
Commit
Β·
ce7b087
1
Parent(s):
fe0c091
Update README.md
Browse files
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 |
-
* [ ]
|
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)
|