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
shroominic e6f0cee896
community: Async Ollama + ChatOllama (#15169)
**Description:**
Adding async methods to booth OllamaLLM and ChatOllama to enable async
streaming and async .on_llm_new_token callbacks.

**Issue:**
ChatOllama is not working in combination with an AsyncCallbackManager
because the .on_llm_new_token method is not awaited.
9 months ago
..
adapters community[patch]: Add safe lookup to OpenAI response adapter (#14765) 9 months ago
agent_toolkits docs: docstrings `langchain_community` update (#14889) 9 months ago
callbacks docs: docstrings `langchain_community` update (#14889) 9 months ago
chat_loaders community[patch]: Enhance iMessage chat loader with timestamp parsing and message ownership (#14804) 9 months ago
chat_message_histories [community]: Elasticsearch chat history encoding (#15055) 9 months ago
chat_models community: Async Ollama + ChatOllama (#15169) 9 months ago
docstore community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
document_loaders community: correct spelling mistakes of "Suffle" and "reporoducibility" (#15172) 9 months ago
document_transformers docs: docstrings `langchain_community` update (#14889) 9 months ago
embeddings fix: correct spelling mistakes of "seperate, intialise, pre-defined" (#14647) 9 months ago
graphs community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
indexes community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
llms community: Async Ollama + ChatOllama (#15169) 9 months ago
retrievers Don't reassign chunk_type (#14923) 9 months ago
storage community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
tools community: add args_schema to GmailSendMessage (#14973) 9 months ago
utilities community[patch]: Update arxiv.py with Entry ID as a return value (#14915) 9 months ago
utils docs: docstrings `langchain_community` update (#14889) 9 months ago
vectorstores fix: correct spelling mistakes of "seperate, intialise, pre-defined" (#14647) 9 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
cache.py community[patch]: Fixed issue with importing Row from sqlalchemy (#14488) 9 months ago
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago