LocalAI/examples/semantic-todo/README.md
Ikko Eltociear Ashimine 1b69b338c0
docs: Update semantic-todo/README.md (#2294)
seperate -> separate

Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
2024-05-12 09:02:11 +02:00

16 lines
329 B
Markdown

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
```