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
Simplify vectorstore factory to only support Pydantic ModelConfig objects
Remove dictionary support from create_embeddings() function and update tests
to use proper ModelConfig instances instead of dictionaries. This improves
type safety and consistency across the codebase.
Co-authored-by: Andrew Brookins <[email protected]>
0 commit comments