Tim Galvin
01/12/2023, 8:21 AMif 'PATH' in os.environ.keys()
is there a way to test the names of blocks that have been stored? Is there a best practise use case here? Or is it just a case one has to catch the exception that is raised if it does not exist?redsquare
01/12/2023, 8:42 AMredsquare
01/12/2023, 8:45 AMblocks = await client.read_block_documents()
redsquare
01/12/2023, 8:47 AMredsquare
01/12/2023, 8:48 AMTim Galvin
01/12/2023, 8:53 AM