LocalAI/examples/semantic-todo
Rene Leonhardt fc87507012
chore(deps): Update Dependencies (#2538)
* chore(deps): Update dependencies

Signed-off-by: Rene Leonhardt <65483435+reneleonhardt@users.noreply.github.com>

* chore(deps): Upgrade github.com/imdario/mergo to dario.cat/mergo

Signed-off-by: Rene Leonhardt <65483435+reneleonhardt@users.noreply.github.com>

* remove version identifiers for MeloTTS

Signed-off-by: Rene Leonhardt <65483435+reneleonhardt@users.noreply.github.com>

---------

Signed-off-by: Rene Leonhardt <65483435+reneleonhardt@users.noreply.github.com>
Signed-off-by: Dave <dave@gray101.com>
Co-authored-by: Dave <dave@gray101.com>
2024-07-12 19:54:08 +00:00
..
go.mod chore(deps): Update Dependencies (#2538) 2024-07-12 19:54:08 +00:00
go.sum chore(deps): Update Dependencies (#2538) 2024-07-12 19:54:08 +00:00
main.go fix: security scanner warning noise: error handlers part 1 (#2141) 2024-04-26 10:34:31 +02:00
README.md docs: Update semantic-todo/README.md (#2294) 2024-05-12 09:02:11 +02: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 separate LocaAI instance is required of course. For e.g.

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