LocalAI/examples/semantic-todo
Dave 2cd4936c99
fix: security scanner warning noise: error handlers part 1 (#2141)
first group of error handlers to reduce security scanner warning noise level

Signed-off-by: Dave Lee <dave@gray101.com>
2024-04-26 10:34:31 +02:00
..
go.mod feat(stores): Vector store backend (#1795) 2024-03-22 21:14:04 +01:00
go.sum feat(stores): Vector store backend (#1795) 2024-03-22 21:14:04 +01:00
main.go fix: security scanner warning noise: error handlers part 1 (#2141) 2024-04-26 10:34:31 +02:00
README.md feat(stores): Vector store backend (#1795) 2024-03-22 21:14:04 +01:00

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

$ go get .
$ go run .

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

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