Spaces:
Paused
Paused
matt HOFFNER
commited on
Commit
β’
0e4a91a
1
Parent(s):
37fe47a
cleanup
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
title: Edge
|
3 |
-
emoji:
|
4 |
colorFrom: pink
|
5 |
colorTo: purple
|
6 |
sdk: docker
|
@@ -9,3 +9,7 @@ app_port: 3000
|
|
9 |
---
|
10 |
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Edge PDF Chat
|
3 |
+
emoji: πͺππ¬
|
4 |
colorFrom: pink
|
5 |
colorTo: purple
|
6 |
sdk: docker
|
|
|
9 |
---
|
10 |
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
12 |
+
|
13 |
+
# Edge PDF Chat
|
14 |
+
|
15 |
+
Demo using web workers with Next.js to create a client side vector store for chat with PDF.
|