mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
643d85d2cc
Add simple vector store backend Signed-off-by: Richard Palethorpe <io@richiejp.com>
8 lines
89 B
Go
8 lines
89 B
Go
//go:build !debug
|
|
// +build !debug
|
|
|
|
package main
|
|
|
|
func assert(cond bool, msg string) {
|
|
}
|