#Are you doing them yourself or using
9 messages · Page 1 of 1 (latest)
and GPTSimpleVectorIndex
but the embedding looks a bit different, this is using langchain under the hood though
How does it looks? Can you paste it here?
Yeah I have the same issue, I cant find the correct format for uploading to pinecone
@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?
Haha thats cool, what kind of project are you working on?