Files
Hammad Bashir c4484caaa0 [ENH] Prevent unrestricted delete (#994)
## Description of changes

Addresses #948, #583, #970

*Summarize the changes made by this PR.*
 - Improvements & Bug fixes
- Prevent unrestricted deletes and instead point users to more explicit
alternatives.
	 - Make embeddings_queue properly log the exception in mock_async mode
	 - In tests, reraise from embeddings_queue
- Fix a related bug where delete() on an empty segment throws a
misleading error by checking if index in segment is initialized (#970)
 - New functionality
	 - None

## Test plan
Added unit tests validating that error cases are properly error'ing.
Existing tests should make sure delete still works.

## Documentation Changes
None required.
2023-08-18 00:23:56 +00:00
..
2023-07-27 08:59:55 -07:00
2023-07-31 11:32:04 -07:00
2023-07-17 14:21:34 -07:00