MCPcopy Create free account
hub / github.com/astercloud/aster / Store

Struct Store

pkg/vector/weaviate/store.go:33–37  ·  view source on GitHub ↗

Store Weaviate 向量存储实现

Source from the content-addressed store, hash-verified

31
32// Store Weaviate 向量存储实现
33type Store struct {
34 client *weaviate.Client
35 className string
36 namespace string
37}
38
39// NewStore 创建 Weaviate 存储实例
40func NewStore(cfg *Config) (*Store, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected