You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/core/langchain_core/language_models
Bagatur d32e511826
REFACTOR: Refactor langchain_core (#13627)
Changes:
- remove langchain_core/schema since no clear distinction b/n schema and
non-schema modules
- make every module that doesn't end in -y plural
- where easy have 1-2 classes per file
- no more than one level of nesting in directories
- only import from top level core modules in langchain
10 months ago
..
__init__.py REFACTOR: Refactor langchain_core (#13627) 10 months ago
base.py REFACTOR: Refactor langchain_core (#13627) 10 months ago
chat_models.py REFACTOR: Refactor langchain_core (#13627) 10 months ago
llms.py REFACTOR: Refactor langchain_core (#13627) 10 months ago