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 RedisVL API format change - handle both dict and object results
- RedisVL now returns dictionaries instead of objects with attributes
- Handle both old format (result.vector_score) and new format (result['vector_score'])
- This fixes AttributeError: 'dict' object has no attribute 'vector_score'
- Another real integration issue caught by proper testing
0 commit comments