langchaingo icon indicating copy to clipboard operation
langchaingo copied to clipboard

Support Context Pinecone

Open gildemberg-santos opened this issue 8 months ago • 1 comments

https://github.com/tmc/langchaingo/blob/d44ea4436ae92fc5b957e4b6fac8be0b5fd5f1ba/vectorstores/pinecone/pinecone.go#L159

..\..\go\pkg\mod\github.com\tmc\[email protected]\vectorstores\pinecone\pinecone.go:159:3: cannot use &ctx (value of type *context.Context) as context.Context value in argument to indexConn.QueryByVectorValues: *context.Context does not implement context.Context (type *context.Context is pointer to interface, not interface)

gildemberg-santos avatar Jun 21 '24 03:06 gildemberg-santos