File size: 461 Bytes
366af2b
4638128
 
366af2b
c2df9c2
366af2b
 
4638128
c2df9c2
4638128
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: web-chat
emoji: 🕸️💬
sdk: docker
app_port: 3000
---

## LLM Chat Functions Playground

** Experimental for learning **

## Surfer

Navigates to a url and extracts text from embeddings search.

## Search API

Uses SerpAPI to search Google, extracts text from embeddings search.

## Odds API

Sports odds API, specifically NBA and NFL currently.

### Why Vector Store?

I've found that this is required to avoid filling the context too quickly.