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
Add VectorizerInterface and implement in existing Vectorizer
- Create VectorizerInterface with vectorizeDocuments method
- Update Vectorizer class to implement VectorizerInterface
- Update Indexer to use VectorizerInterface instead of concrete class
- This provides better abstraction and allows for multiple implementations
🤖 Generated with [Claude Code](https://claude.ai/code)
0 commit comments