- Updated item assertions in `storage-adapter-coverage.test.ts` to locate items within search results instead of strictly checking the first result, allowing for variations in embedding similarity calculations.
- Improved test descriptions for clarity and added comments to explain adjusted validation logic.
**fix(vector-operations): ensure explicit use of memory storage**
- Updated `vector-operations.test.ts` to explicitly use memory storage with the `forceMemoryStorage` option to avoid potential issues with FileSystemStorage.
- Revised similarity assertions in text-based tests for better robustness, ensuring expected relationships even when values are equal.
**chore(api-integration): cleanup and standardize formatting**
- Standardized formatting across `api-integration.test.ts`:
- Removed unnecessary trailing spaces.
- Improved readability of chained method calls and multi-line objects.
- Enhanced comments for search and insertion endpoints to increase maintainability.