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

Struct FetchOutput

golang/internal/memory/memory/memory.go:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129type FetchOutput struct {
130 Vectors map[string]pinecone.FetchVector
131 Namespace string
132}
133
134func (pa *PineconeAdapter) Fetch(options *FetchOptions) (*FetchOutput, error) {
135 res, err := pa.Client.Fetch(&pinecone.FetchRequest{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected