Hey folks, in LangSmith academy module 2, pairwise experiment lesson, I cannot download the public dataset:
client = Client()dataset = client.clone_public_dataset(“https://smith.langchain.com/public/9078d2f1-7bef-4ba7-b795-210a17682ef9/d”)
I hit a 401 error:
HTTPError: 401 Client Error: Unauthorized for url: https://api.smith.langchain.com/datasets?limit=1&name=Meeting+Transcripts
938 return response
...
978 f"Resource not found for {pathname}. {repr(e)}"
979 f"{_context}"
980 )
Anyone facing the same issue?