-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I'm unable to delete a pretraining corpus. It looks like the API is expecting the S3 URI, which isn't a parameter.
arcee.corpus_status(dataset_name)
{'message': 'Corpus upload status...', 'name': 'energy-pdf', 'id': '3748ad09-627d-4222-9ca2-4927b4db291e', 'processing_state': 'completed', 'num_tokens': 7618560, 'num_files_queued': 105, 'num_files_failed': 0, 'num_files_success': 105}
arcee.delete_corpus(corpus=dataset_name)
Exception: Failed to make request. Response: {"detail":[{"type":"missing","loc":["body","s3_folder_url"],"msg":"Field required","input":{"corpus_name":"energy-pdf"}}]}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working