MCPcopy
hub / github.com/mudler/LocalAI / localVectorStore

Struct localVectorStore

core/backend/stores.go:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type localVectorStore struct {
34 loader *model.ModelLoader
35 appConfig *config.ApplicationConfig
36 storeName string
37}
38
39func (s *localVectorStore) backend(_ context.Context) (grpc.Backend, error) {
40 return StoreBackend(s.loader, s.appConfig, s.storeName, "")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected