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 compatibility issue in memory retrieval
- Handle both old and new RedisVL API formats for search results
- Old API: results.docs, New API: results is directly a list
- This fixes AttributeError: 'list' object has no attribute 'docs'
- Real integration issue caught by proper testing instead of mocks
0 commit comments