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

Struct PineconeAdapter

golang/internal/memory/memory/memory.go:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16type PineconeAdapter struct {
17 Client *pinecone.Client
18}
19
20func NewPineconeAdapter(apiKey, baseURL string) *PineconeAdapter {
21 return &PineconeAdapter{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected