Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
type
PineconeAdapter
struct
{
17
Client *pinecone.Client
18
}
19
20
func
NewPineconeAdapter(apiKey, baseURL string) *PineconeAdapter {
21
return
&PineconeAdapter{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected