Spaces:
Runtime error
Runtime error
File size: 499 Bytes
4eff2f9 a1d0cb8 2815b74 4eff2f9 d39d3b0 4eff2f9 2077801 ce7b087 2077801 ce7b087 2077801 3cddd38 ed45bdf 2077801 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
title: web-gpu-doc-chat
emoji: ππ
sdk: docker
app_port: 3000
---
# π web-llm-embed π
Web-LLM based document chat demo. Uses React-LLM to manage conversation state and Transformers.js for embeddings.
## Roadmap
* [ ] Ship static version Github pages
* [ ] Dexie local storage
## Credits
### [react-llm](https://github.com/r2d4/react-llm)
### [web-llm](https://github.com/mlc-ai/web-llm)
### [transformers.js](https://github.com/xenova/transformers.js)
### next.js
### langchain |