matt HOFFNER commited on
Commit
4638128
β€’
1 Parent(s): a73e8b4

update readme

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -1,9 +1,26 @@
1
  ---
2
- title: url-surfer
3
- emoji: πŸ”—πŸ„β€β™‚οΈ
4
  sdk: docker
5
  app_port: 3000
6
  ---
7
 
8
- # πŸ”— url-surfer πŸ„β€β™‚οΈ
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.