GenkitG
Genkitโ€ข4mo agoโ€ข
3 replies
standard-azure

Hi guys! Just a quick question. Is the

Hi guys! Just a quick question. Is the document for Pinecone plugin on Database Provider for Go out of date? Because I can't seem to use the code they put on the document.
if err := (&pinecone.Pinecone{}).Init(ctx, g); err != nil {
    log.Fatal(err)
}

In code, Init() doesn't take in g, it only takes a context. But on the document, it also takes in g?
Thanks in advance!
Was this page helpful?