Problem: Running pinecone.list_indexes() or pinecone.create_index() in the Python client results in a TypeError.
TypeError: expected string or bytes-like object
If this happens, it means you still need to initialize your connection to Pinecone. Ensure you first run pinecone.init() before issuing any commands.
Comments
0 comments
Please sign in to leave a comment.