MCPcopy Create free account
hub / github.com/Stylsheets/TaskEaseGPT / Query

Method Query

golang/internal/memory/memory/memory.go:9–9  ·  view source on GitHub ↗
(options *QueryOptions)

Source from the content-addressed store, hash-verified

7type MemoryAdapter interface {
8 DescribeIndexStats(options *DescribeIndexStatsOptions) (*DescribeIndexStatsOutput, error)
9 Query(options *QueryOptions) (*QueryOutput, error)
10 Delete(options *DeleteOptions) (*DeleteOutput, error)
11 Fetch(options *FetchOptions) (*FetchOutput, error)
12 Update(options *UpdateOptions) (*UpdateOutput, error)

Callers 1

QueryMethod · 0.65

Implementers 2

Clientgolang/internal/memory/pinecone/pineco
PineconeAdaptergolang/internal/memory/memory/memory.g

Calls

no outgoing calls

Tested by

no test coverage detected