Find answers from the community

Updated 3 months ago

Any ideas why reference you provided

Any ideas why reference you provided contain this?

import logging import sys logging.basicConfig(stream=sys.stdout, level=logging.INFO) logging.getLogger().addHandler(logging.StreamHandler(stream=sys.stdout))

I noticed that such code only with Pinecone case
L
1 comment
It's just an example of how to set the log level (a few of the notebooks have it, nothing specific to pinecone)
Add a reply
Sign up and join the conversation on Discord