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
Christophe Bornet a0ec045495
Add async methods to BaseStore (#16669)
- **Description:**

The BaseStore methods are currently blocking. Some implementations
(AstraDBStore, RedisStore) would benefit from having async methods.
Also once we have async methods for BaseStore, we can implement the
async `aembed_documents` in CacheBackedEmbeddings to cache the
embeddings asynchronously.

* adds async methods amget, amset, amedelete and ayield_keys to
BaseStore
  * implements the async methods for InMemoryStore
  * adds tests for InMemoryStore async methods

- **Twitter handle:** cbornet_
8 months ago
..
_api core[patch]: preserve inspect.iscoroutinefunction with @beta decorator (#16440) 8 months ago
beta core[patch], community[patch]: mark runnable context, lc load as beta (#15603) 8 months ago
callbacks docs: Update doc-string in base callback managers (#15885) 8 months ago
documents Propagate context vars in all classes/methods 9 months ago
example_selectors core[patch], community[patch], langchain[patch], docs: Update SQL chains/agents/docs (#16168) 8 months ago
globals IMPROVEMENT: filter global warnings properly (#13754) 10 months ago
language_models Accept message-like things in Chat models, LLMs and MessagesPlaceholder (#16418) 8 months ago
load core[patch]: support old core namespaces (#16155) 8 months ago
messages Accept message-like things in Chat models, LLMs and MessagesPlaceholder (#16418) 8 months ago
output_parsers Core: fix Anthropic json issue in streaming (#16670) 8 months ago
outputs core[patch], openai[patch]: Chat openai stream logprobs (#16218) 8 months ago
prompts docs: add csv use case (#16756) 8 months ago
pydantic_v1 Separate out langchain_core package (#13577) 10 months ago
runnables core: expand docstring for RunnableGenerator (#16672) 8 months ago
tracers In stream_event and stream_log handle closed streams (#16661) 8 months ago
utils Fix Dep Recommendation (#16793) 8 months ago
__init__.py core[patch], community[patch]: mark runnable context, lc load as beta (#15603) 8 months ago
agents.py manual mapping (#14422) 9 months ago
caches.py REFACTOR: Refactor langchain_core (#13627) 10 months ago
chat_history.py core(minor): Add bulk add messages to BaseChatMessageHistory interface (#15709) 8 months ago
chat_sessions.py REFACTOR: Refactor langchain_core (#13627) 10 months ago
embeddings.py Propagate context vars in all classes/methods 9 months ago
env.py core[patch]: update langchain-core runtime library name (#14884) 9 months ago
exceptions.py REFACTOR: Refactor langchain_core (#13627) 10 months ago
memory.py REFACTOR: Refactor langchain_core (#13627) 10 months ago
prompt_values.py core[minor]: Image prompt template (#14263) 8 months ago
py.typed core[minor], langchain[patch], experimental[patch]: Added missing `py.typed` to `langchain_core` (#14143) 10 months ago
retrievers.py core[patch]: passthrough BaseRetriever.invoke(**kwargs) (#16551) 8 months ago
stores.py Add async methods to BaseStore (#16669) 8 months ago
sys_info.py core[patch]: Update sys info information (#16297) 8 months ago
tools.py core[patch]: consolidate conditional in BaseTool (#16530) 8 months ago
vectorstores.py Propagate context vars in all classes/methods 9 months ago