File size: 329 Bytes
7def60a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This demonstrates the vector store backend in its simplest form. 
You can add tasks and then search/sort them using the TUI. 

To build and run do

```bash
$ go get .
$ go run .
```

A separate LocaAI instance is required of course. For e.g.

```bash
$ docker run -e DEBUG=true --rm -it -p 8080:8080 <LocalAI-image> bert-cpp
```