llmware
llmware copied to clipboard
Tests clean up data for all accounts
clean_the_environment() method cleans up all data under llmware_data folder. This is an issue because it cleans up any custom account's data too and that creates problems, e.g. the uploads() folder contents are used for duplicate check. So when that content is deleted, we will get the same documnents get chunked and embedded again and again.