MAJOR.MINOR.PATCH
beta
are feature-complete but may undergo minor changes based on user feedback. They are safe for production use but may require small adjustments in future releases.
alpha
are experimental and subject to significant changes. Use these with caution in production environments.
deprecated
will be removed in future major releases. When possible, we specify the intended version of removal. To handle deprecations:
_
). This is the standard Python convention of indicating that something is private; if any method starts with a single _
, it’s an internal API.
_
, but do not contain an implementation. These methods are meant to be overridden by sub-classes that provide the implementation. Such methods are generally part of the Public API of LangChain.