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 ModelConfig attribute access in vectorstore factory
- Handle both dict (for tests with mocked config) and ModelConfig (actual config)
- Fixes AttributeError: 'ModelConfig' object has no attribute 'get'
- Resolves test failures in test_vectorstore_factory_integration.py
Co-authored-by: Andrew Brookins <[email protected]>
0 commit comments