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

Method Query

pkg/vector/store.go:39–39  ·  view source on GitHub ↗
(ctx context.Context, q Query)

Source from the content-addressed store, hash-verified

37 Upsert(ctx context.Context, docs []Document) error
38 Delete(ctx context.Context, ids []string) error
39 Query(ctx context.Context, q Query) ([]Hit, error)
40 Close() error
41}

Callers 15

handleToolSchemaMethod · 0.65
handleStatusMethod · 0.65
handleHistoryMethod · 0.65
handleStatusMethod · 0.65
handleHistoryMethod · 0.65
handleStatusMethod · 0.65
handleHistoryMethod · 0.65
QueryMethod · 0.65
SearchMethod · 0.65
AllMethod · 0.65
SearchMethod · 0.65
SearchMethod · 0.65

Implementers 3

MemoryStorepkg/vector/memory_store.go
Storepkg/vector/pgvector/store.go
Storepkg/vector/weaviate/store.go

Calls

no outgoing calls

Tested by

no test coverage detected