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 a "glossary" section to contributor docs that covers all of the acronyms used throughout the project
Add a section to contributor docs regarding terminology preferences:
The name of a class, all lowercase, should only refer to an instance of that class. So for example, a variable/attribute named provider should always refer to an instance of *Provider, not the class or a provider ID.
Always label IDs by suffixing with _id.
Always label classes by suffixing with _class.
The text was updated successfully, but these errors were encountered:
*LmProvider
: language model provider*EmProvider
: embedding model providerGlobalConfig
toChatConfig
provider
should always refer to an instance of*Provider
, not the class or a provider ID._id
._class
.The text was updated successfully, but these errors were encountered: