langchain/libs/community/langchain_community
Corey Brown 9e492620d4
Don't reassign chunk_type (#14923)
**Description**: The parameter chunk_type was being hard coded to
"extractive_answers", so that when "snippet" was being passed, it was
being ignored. This change simply doesn't do that.
2023-12-22 13:20:53 -08:00
..
adapters community[patch]: Add safe lookup to OpenAI response adapter (#14765) 2023-12-20 01:17:23 -05:00
agent_toolkits docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
callbacks docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
chat_loaders community[patch]: Enhance iMessage chat loader with timestamp parsing and message ownership (#14804) 2023-12-19 11:09:01 -05:00
chat_message_histories
chat_models Add support Vertex AI Gemini uses a public image URL (#14949) 2023-12-22 13:19:09 -08:00
docstore
document_loaders Update arxiv.py with get_summaries_as_docs inside of Arxivloader (#14953) 2023-12-22 13:14:22 -08:00
document_transformers docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
embeddings fix: correct spelling mistakes of "seperate, intialise, pre-defined" (#14647) 2023-12-22 11:49:35 -08:00
graphs
indexes
llms community: refactor Baseten integration with new API endpoints & docs (#15017) 2023-12-22 12:46:24 -08:00
retrievers Don't reassign chunk_type (#14923) 2023-12-22 13:20:53 -08:00
storage
tools community: add args_schema to GmailSendMessage (#14973) 2023-12-22 13:07:44 -08:00
utilities community[patch]: Update arxiv.py with Entry ID as a return value (#14915) 2023-12-20 00:30:24 -05:00
utils docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
vectorstores fix: correct spelling mistakes of "seperate, intialise, pre-defined" (#14647) 2023-12-22 11:49:35 -08:00
__init__.py
cache.py community[patch]: Fixed issue with importing Row from sqlalchemy (#14488) 2023-12-13 14:36:08 -08:00
py.typed