mirror of
https://github.com/langchain-ai/pinecone-serverless.git
synced 2026-07-21 15:15:32 -04:00
Pinecone.from_existing_index not working #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dynamiteMOJO on GitHub (Feb 8, 2024).
showing error: "AttributeError: list_indexes is no longer a top-level attribute of the pinecone package.
To use list_indexes, please create a client instance and call the method there instead."
Pinecone.from_existing_index(index_name='index_name', embedding=embeddings,text_key="text")