Currently, the delete method returns Optional
Changes needed:
- Update VectorStore interface to change delete() return type from Optional
to void - Modify all implementing classes to remove boolean return values
- Update related tests to remove Optional
assertions
Comment From: ilayaperumalg
Merged as 6035516 ·