#Are you doing them yourself or using

9 messages · Page 1 of 1 (latest)

clear spade
#

and GPTSimpleVectorIndex

#

but the embedding looks a bit different, this is using langchain under the hood though

desert knot
#

How does it looks? Can you paste it here?

true spear
#

Yeah I have the same issue, I cant find the correct format for uploading to pinecone

clear spade
#

@true spear I was able to upload to pinecone (actually saw your comments in that other discord server, heh)

#

@desert knot this is what it looks like, my confusion is how to use this without re-referencing the source documents twice

index = pinecone.Index("<pinecone-index-name>")
index2 = GPTPineconeIndex(**documents**, pinecone_index=index)
response = index2.query("<my query string>?")
#

but how do I directly query that pinecone index?

true spear