langchain/libs/core/langchain_core
Gram Liu 88a9a6a758
core[patch]: Add pydantic metadata to subset model (#25032)
- **Description:** This includes Pydantic field metadata in
`_create_subset_model_v2` so that it gets included in the final
serialized form that get sent out.
- **Issue:** #25031 
- **Dependencies:** n/a
- **Twitter handle:** @gramliu

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
2024-08-05 17:57:39 -07:00
..
_api docs: show beta directive (#25013) 2024-08-03 03:07:45 +00:00
beta core: Updated docstring for Context class (#19079) 2024-03-18 21:15:14 -07:00
callbacks core: docstrings `BaseCallbackHandler update (#24948) 2024-08-01 20:46:53 -04:00
document_loaders infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
documents core: docstrings documents (#23506) 2024-07-16 10:43:54 -04:00
embeddings core: docstrings documents (#23506) 2024-07-16 10:43:54 -04:00
example_selectors core: docstrings example_selectors (#23542) 2024-06-26 17:10:40 -04:00
graph_vectorstores community[minor]: add document transformer for extracting links (#24186) 2024-07-22 22:01:21 -04:00
indexing core[minor]: Introduce DocumentIndex abstraction (#25062) 2024-08-05 18:06:33 +00:00
language_models core[patch], integrations[patch]: convert TypedDict to tool schema support (#24641) 2024-07-31 18:27:24 +00:00
load docs: fix kwargs docstring (#25010) 2024-08-02 19:54:54 -07:00
messages docs: fix kwargs docstring (#25010) 2024-08-02 19:54:54 -07:00
output_parsers core[minor]: Relax constraints on type checking for tools and parsers (#24459) 2024-07-19 21:47:34 -04:00
outputs core: Move json parsing in base chat model / output parser to bg thread (#24031) 2024-07-09 12:26:36 -07:00
prompts docs: change for optional variables in chatprompt (#25017) 2024-08-05 23:57:44 +00:00
pydantic_v1 multiple: get rid of pyproject extras (#22581) 2024-06-06 15:45:22 -07:00
runnables docs: fix kwargs docstring (#25010) 2024-08-02 19:54:54 -07:00
tracers docs: fix kwargs docstring (#25010) 2024-08-02 19:54:54 -07:00
utils core[patch]: Add pydantic metadata to subset model (#25032) 2024-08-05 17:57:39 -07:00
vectorstores core[minor]: Introduce DocumentIndex abstraction (#25062) 2024-08-05 18:06:33 +00:00
__init__.py core[patch], community[patch]: mark runnable context, lc load as beta (#15603) 2024-01-05 17:54:26 -05:00
agents.py core[patch]: docstrings langchain_core/ files update (#24285) 2024-07-16 09:21:51 -04:00
caches.py core[patch]: docstrings langchain_core/ files update (#24285) 2024-07-16 09:21:51 -04:00
chat_history.py core[patch]: docstrings langchain_core/ files update (#24285) 2024-07-16 09:21:51 -04:00
chat_loaders.py core: chat_* docstrings (#23412) 2024-06-27 17:29:38 -04:00
chat_sessions.py core: chat_* docstrings (#23412) 2024-06-27 17:29:38 -04:00
env.py core[patch]: docstrings langchain_core/ files update (#24285) 2024-07-16 09:21:51 -04:00
exceptions.py core[patch]: docstrings langchain_core/ files update (#24285) 2024-07-16 09:21:51 -04:00
globals.py core[patch]: Fix word spelling error in globals.py (#24532) 2024-07-23 14:27:16 +00:00
memory.py core[patch]: docstrings langchain_core/ files update (#24285) 2024-07-16 09:21:51 -04:00
prompt_values.py core[patch]: docstrings langchain_core/ files update (#24285) 2024-07-16 09:21:51 -04:00
py.typed core[minor], langchain[patch], experimental[patch]: Added missing py.typed to langchain_core (#14143) 2023-12-01 19:15:23 -08:00
rate_limiters.py core[patch]: Correct doc-string for InMemoryRateLimiter (#24730) 2024-07-26 22:17:22 +00:00
retrievers.py docs: fix kwargs docstring (#25010) 2024-08-02 19:54:54 -07:00
stores.py core[patch]: docstrings langchain_core/ files update (#24285) 2024-07-16 09:21:51 -04:00
structured_query.py core[patch]: docstrings langchain_core/ files update (#24285) 2024-07-16 09:21:51 -04:00
sys_info.py core[patch]: docstrings langchain_core/ files update (#24285) 2024-07-16 09:21:51 -04:00
tools.py core[patch]: Add pydantic metadata to subset model (#25032) 2024-08-05 17:57:39 -07:00