Replies: 1 comment
-
hello @kdcokenny . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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