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/community/langchain_community
Christophe Bornet af8c5c185b
langchain[minor],community[minor]: Add async methods in BaseLoader (#16634)
Adds:
* methods `aload()` and `alazy_load()` to interface `BaseLoader`
* implementation for class `MergedDataLoader `
* support for class `BaseLoader` in async function `aindex()` with unit
tests

Note: this is compatible with existing `aload()` methods that some
loaders already had.

**Twitter handle:** @cbornet_

---------

Co-authored-by: Eugene Yurtsev <eugene@langchain.dev>
8 months ago
..
adapters community[patch]: Add safe lookup to OpenAI response adapter (#14765) 9 months ago
agent_toolkits community[patch]: undo create_sql_agent breaking (#16797) 8 months ago
callbacks community[patch]: MLflowCallbackHandler -- Move textstat and spacy as optional dependency (#16657) 8 months ago
chat_loaders Do not issue beta or deprecation warnings on internal calls (#15641) 8 months ago
chat_message_histories community[patch]: Adapt more parameters related to MemorySearchPayload for the search method of ZepChatMessageHistory (#15441) 8 months ago
chat_models [community] fix anthropic streaming (#16682) 8 months ago
docstore community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
document_loaders langchain[minor],community[minor]: Add async methods in BaseLoader (#16634) 8 months ago
document_transformers community[minor]: Adding asynchronous function implementation for Doctran (#15941) 8 months ago
embeddings adding parameter for changing the language in SpacyEmbeddings (#15743) 8 months ago
graphs langchain[minor], community[minor]: Implement Ontotext GraphDB QA Chain (#16019) 8 months ago
indexes community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
llms community: Add ChatGLM3 (#15265) 8 months ago
output_parsers langchain[patch], community[minor]: move `output_parsers.ernie_functions` (#16057) 8 months ago
retrievers community[patch]: Handle when documents are not provided in the Cohere response (#16144) 8 months ago
storage community: SQLStrStore/SQLDocStore provide an easy SQL alternative to `InMemoryStore` to persist data remotely in a SQL storage (#15909) 8 months ago
tools docs: add csv use case (#16756) 8 months ago
utilities community: Wikidata tool support (#16691) 8 months ago
utils openai[minor]: implement langchain-openai package (#15503) 8 months ago
vectorstores Add async methods for the AstraDB VectorStore (#16391) 8 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
cache.py Do not issue beta or deprecation warnings on internal calls (#15641) 8 months ago
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago