langchain/libs/core/langchain_core
Mohammad Mohtashim e35c7fa3b2
[Langchain_core]: Added Docstring for RunnableConfigurableAlternatives (#17263)
I noticed that RunnableConfigurableAlternatives which is an important
composition in LCEL has no Docstring. Therefore I added the detailed
Docstring for it.
@baskaryan, @eyurtsev, @hwchase17 please have a look and let me if the
docstring is looking good.

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2024-02-08 17:05:33 -05:00
..
_api core[patch]: preserve inspect.iscoroutinefunction with @beta decorator (#16440) 2024-01-29 20:01:11 -08:00
beta core[patch], community[patch]: mark runnable context, lc load as beta (#15603) 2024-01-05 17:54:26 -05:00
callbacks Add trace_as_chain_group metadata (#17187) 2024-02-07 09:42:44 -08:00
documents core[patch]: doc init positional args (#16854) 2024-02-02 10:24:16 -08:00
example_selectors core[patch], community[patch], langchain[patch], docs: Update SQL chains/agents/docs (#16168) 2024-01-22 08:19:08 -08:00
globals IMPROVEMENT: filter global warnings properly (#13754) 2023-11-22 16:26:37 -08:00
language_models langchain[minor], community[minor], core[minor]: Async Cache support and AsyncRedisCache (#15817) 2024-02-07 22:06:09 -05:00
load core[patch]: Hide aliases when serializing (#16888) 2024-02-01 17:55:37 -08:00
messages core[patch]: Fixed bug in dict to message conversion. (#17023) 2024-02-05 10:13:25 -08:00
output_parsers langchain[minor], core[minor]: update json, pydantic parser. add openai-json structured output runnable (#16914) 2024-02-08 11:59:06 -08:00
outputs core[patch], openai[patch]: Chat openai stream logprobs (#16218) 2024-01-19 09:16:09 -08:00
prompts Add prompt metadata + tags (#17054) 2024-02-05 16:17:31 -08:00
pydantic_v1 Separate out langchain_core package (#13577) 2023-11-20 13:09:30 -08:00
runnables [Langchain_core]: Added Docstring for RunnableConfigurableAlternatives (#17263) 2024-02-08 17:05:33 -05:00
tracers Fix stream events/log with some kinds of non addable output (#17205) 2024-02-07 15:46:13 -08:00
utils core[patch], community[patch]: link extraction continue on failure (#17200) 2024-02-07 14:15:30 -08: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 manual mapping (#14422) 2023-12-08 16:29:33 -08:00
caches.py langchain[minor], community[minor], core[minor]: Async Cache support and AsyncRedisCache (#15817) 2024-02-07 22:06:09 -05:00
chat_history.py Add async methods to BaseChatMessageHistory and BaseMemory (#16728) 2024-02-05 13:20:28 -05:00
chat_sessions.py REFACTOR: Refactor langchain_core (#13627) 2023-11-21 08:35:29 -08:00
embeddings.py Propagate context vars in all classes/methods 2023-12-29 12:34:03 -08:00
env.py core[patch]: update langchain-core runtime library name (#14884) 2023-12-20 14:35:48 -08:00
exceptions.py REFACTOR: Refactor langchain_core (#13627) 2023-11-21 08:35:29 -08:00
memory.py Add async methods to BaseChatMessageHistory and BaseMemory (#16728) 2024-02-05 13:20:28 -05:00
prompt_values.py core[patch]: Message content as positional arg (#16921) 2024-02-02 10:24:02 -08: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
retrievers.py core[patch]: passthrough BaseRetriever.invoke(**kwargs) (#16551) 2024-01-25 08:58:39 -08:00
stores.py Add async methods to BaseStore (#16669) 2024-01-31 17:10:47 -08:00
sys_info.py core[patch]: Add langsmith to printed sys information (#16899) 2024-02-05 11:13:30 -08:00
tools.py core[patch]: handle some optional cases in tools (#16954) 2024-02-02 15:05:54 -08:00
vectorstores.py Propagate context vars in all classes/methods 2023-12-29 12:34:03 -08:00