LocalAI/examples/semantic-todo
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
..
README.md docs: Update semantic-todo/README.md (#2294) 2024-05-12 09:02:11 +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

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 separate LocaAI instance is required of course. For e.g.

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