You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to reference multiple namespaces in Pinecone. Someone said in the discord that I just need to reference it as an array containing the namespaces ["namespace1","namespace2"] etc... I tried this, loading it vectorstore = Pinecone.from_existing_index(INDEX, embeddings, 'text', namespaces) where namespaces were a list and it didn't work. Have anyone else done this before with python? I know Chat with data did it, but that was with the javascript version of langchain, and it looks like he also turned it into a list. https://www.youtube.com/watch?v=Ix9WIZpArm0
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I am trying to reference multiple namespaces in Pinecone. Someone said in the discord that I just need to reference it as an array containing the namespaces ["namespace1","namespace2"] etc... I tried this, loading it vectorstore = Pinecone.from_existing_index(INDEX, embeddings, 'text', namespaces) where namespaces were a list and it didn't work. Have anyone else done this before with python? I know Chat with data did it, but that was with the javascript version of langchain, and it looks like he also turned it into a list. https://www.youtube.com/watch?v=Ix9WIZpArm0
Beta Was this translation helpful? Give feedback.
All reactions