You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fix] Return type from embed() should be iterator (#454)
## Problem
When migrating the `embed` and `rerank` over from the plugin, I forgot
to include these custom return objects.
## Solution
Add custom return types, adjust tests to ensure result is iterable.
## Type of Change
- [x] Bug fix (non-breaking change which fixes an issue)
0 commit comments