mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
2cd4936c99
first group of error handlers to reduce security scanner warning noise level Signed-off-by: Dave Lee <dave@gray101.com> |
||
---|---|---|
.. | ||
go.mod | ||
go.sum | ||
main.go | ||
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 seperate LocaAI instance is required of course. For e.g.
$ docker run -e DEBUG=true --rm -it -p 8080:8080 <LocalAI-image> bert-cpp