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

Function createMemoryStore

pkg/vector/factory/factory.go:48–50  ·  view source on GitHub ↗

createMemoryStore 创建内存存储

(config map[string]any)

Source from the content-addressed store, hash-verified

46
47// createMemoryStore 创建内存存储
48func createMemoryStore(config map[string]any) (vector.VectorStore, error) {
49 return vector.NewMemoryStore(), nil
50}
51
52// createWeaviateStore 创建 Weaviate 存储
53func createWeaviateStore(config map[string]any) (vector.VectorStore, error) {

Callers

nothing calls this directly

Calls 1

NewMemoryStoreFunction · 0.92

Tested by

no test coverage detected