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

Struct QueryOutput

golang/internal/memory/memory/memory.go:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69type QueryOutput struct {
70 Matches []pinecone.QueryMatch
71 Namespace string
72}
73
74func (pa *PineconeAdapter) Query(options *QueryOptions) (*QueryOutput, error) {
75 res, err := pa.Client.Query(&pinecone.QueryRequest{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected