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

Method Search

pkg/memory/auto/capture.go:375–375  ·  view source on GitHub ↗
(ctx context.Context, query string, tags []string, limit int)

Source from the content-addressed store, hash-verified

373 Load(ctx context.Context, id string) (*Memory, error)
374 List(ctx context.Context, scope MemoryScope, projectID string, limit int) ([]*Memory, error)
375 Search(ctx context.Context, query string, tags []string, limit int) ([]*Memory, error)
376 Delete(ctx context.Context, id string) error
377}

Callers 15

SearchMethod · 0.65
TestBM25_BasicSearchFunction · 0.65
TestBM25_ChineseSearchFunction · 0.65
TestBM25_EmptyQueryFunction · 0.65
TestBM25_NoMatchFunction · 0.65
TestBM25_ScoreOrderingFunction · 0.65
TestBM25_RemoveDocumentFunction · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65

Calls

no outgoing calls

Tested by 6

TestBM25_BasicSearchFunction · 0.52
TestBM25_ChineseSearchFunction · 0.52
TestBM25_EmptyQueryFunction · 0.52
TestBM25_NoMatchFunction · 0.52
TestBM25_ScoreOrderingFunction · 0.52
TestBM25_RemoveDocumentFunction · 0.52