Spaces:
Running
Running
matt HOFFNER
commited on
Commit
Β·
4638128
1
Parent(s):
a73e8b4
update readme
Browse files
README.md
CHANGED
@@ -1,9 +1,26 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
sdk: docker
|
5 |
app_port: 3000
|
6 |
---
|
7 |
|
8 |
-
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: web-chat
|
3 |
+
emoji: πΈοΈπ¬
|
4 |
sdk: docker
|
5 |
app_port: 3000
|
6 |
---
|
7 |
|
8 |
+
## LLM Chat Functions Playground
|
9 |
|
10 |
+
** Experimental for learning **
|
11 |
+
|
12 |
+
## Surfer
|
13 |
+
|
14 |
+
Navigates to a url and extracts text from embeddings search.
|
15 |
+
|
16 |
+
## Search API
|
17 |
+
|
18 |
+
Uses SerpAPI to search Google, extracts text from embeddings search.
|
19 |
+
|
20 |
+
## Odds API
|
21 |
+
|
22 |
+
Sports odds API, specifically NBA and NFL currently.
|
23 |
+
|
24 |
+
### Why Vector Store?
|
25 |
+
|
26 |
+
I've found that this is required to avoid filling the context too quickly.
|