mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-28 14:35:00 +00:00
feat(stores): Vector store backend (#1795)
Add simple vector store backend Signed-off-by: Richard Palethorpe <io@richiejp.com>
This commit is contained in:
parent
4b1ee0c170
commit
643d85d2cc
30 changed files with 3250 additions and 441 deletions
15
examples/semantic-todo/README.md
Normal file
15
examples/semantic-todo/README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
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 seperate LocaAI instance is required of course. For e.g.
|
||||
|
||||
```bash
|
||||
$ docker run -e DEBUG=true --rm -it -p 8080:8080 <LocalAI-image> bert-cpp
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue