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
Emit deprecation warning for default_dimension method (#990)
Based on 16dfeb2,
it seems that `default_dimension` is being kept for backward compatibility.
Emitting a warning when `default_dimension` is used would help encourage users to
switch to the regular `default_dimensions` method, and would be a suitable way to
avoid breaking change.
Langchain.logger.warn"DEPRECATED: `default_dimension` is deprecated, and will be removed in the next major version. Please use `default_dimensions` instead."
0 commit comments