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
Erick Friis a24a9c6427
multiple: get rid of pyproject extras (#22581)
They cause `poetry lock` to take a ton of time, and `uv pip install` can
resolve the constraints from these toml files in trivial time
(addressing problem with #19153)

This allows us to properly upgrade lockfile dependencies moving forward,
which revealed some issues that were either fixed or type-ignored (see
file comments)
4 months ago
..
adapters community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
agent_toolkits community[patch]: Fix remaining __inits__ in community (#22037) 4 months ago
agents community: update how OpenAIAssistantV2Runnable creates threads with tool_resources (#22549) 4 months ago
callbacks multiple: get rid of pyproject extras (#22581) 4 months ago
chains community[minor]: Enable retrieval api calls in PebbloRetrievalQA (#21958) 4 months ago
chat_loaders infra: rm unused # noqa violations (#22049) 4 months ago
chat_message_histories community[minor]: Add native async support to SQLChatMessageHistory (#22065) 4 months ago
chat_models community[minor]: Add tools calls to `ChatEdenAI` (#22320) 4 months ago
cross_encoders multiple: langchain 0.2 in master (#21191) 5 months ago
docstore community[patch]: Fix remaining __inits__ in community (#22037) 4 months ago
document_compressors community[minor]: add DashScope Rerank (#22403) 4 months ago
document_loaders community[patch]: recursive url loader fix and unit tests (#22521) 4 months ago
document_transformers infra: rm unused # noqa violations (#22049) 4 months ago
embeddings community[patch]: add detailed paragraph and example for BaichuanTextEmbeddings (#22031) 4 months ago
example_selectors docs: added `community` modules descriptions (#17827) 7 months ago
graphs infra: rm unused # noqa violations (#22049) 4 months ago
indexes community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
llms [Community]add option to delete the prompt from HF output (#22225) 4 months ago
memory community[minor]: Add Zep Cloud components + docs + examples (#21671) 4 months ago
output_parsers infra: rm unused # noqa violations (#22049) 4 months ago
query_constructors multiple: langchain 0.2 in master (#21191) 5 months ago
retrievers community[patch]:Support filter for AzureAISearchRetriever (#22303) 4 months ago
storage doc: Add doc for CassandraByteStore (#22126) 4 months ago
tools multiple: get rid of pyproject extras (#22581) 4 months ago
utilities docs: duckduckgosearch options listed (#22568) 4 months ago
utils community[minor]: add user agent for web scraping loaders (#22480) 4 months ago
vectorstores multiple: get rid of pyproject extras (#22581) 4 months ago
__init__.py
cache.py community: init signature revision for Cassandra LLM cache classes + small maintenance (#17765) 4 months ago
py.typed