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
mrhbj 9212c9fcb8
community[patch]: fix hunyuan client json analysis (#22452) (#22767)
Thank you for contributing to LangChain!

- [x] **PR title**: "package: description"
- Where "package" is whichever of langchain, community, core,
experimental, etc. is being modified. Use "docs: ..." for purely docs
changes, "templates: ..." for template changes, "infra: ..." for CI
changes.
  - Example: "community: add foobar LLM"


- [x] **PR message**: ***Delete this entire checklist*** and replace
with
    - **Description:** a description of the change
    - **Issue:** the issue # it fixes, if applicable
    - **Dependencies:** any dependencies required for this change
- **Twitter handle:** if your PR gets announced, and you'd like a
mention, we'll gladly shout you out!


- [x] **Add tests and docs**: If you're adding a new integration, please
include
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.


- [x] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/

Additional guidelines:
- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to pyproject.toml files (even optional
ones) unless they are required for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
- If you are adding something to community, do not re-import it in
langchain.

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2 months ago
..
adapters community[patch]: upgrade to recent version of mypy (#21616) 3 months ago
agent_toolkits community[patch]: Fix remaining __inits__ in community (#22037) 2 months ago
agents community: update how OpenAIAssistantV2Runnable creates threads with tool_resources (#22549) 2 months ago
callbacks community[patch]: Add missing type annotations (#22758) 2 months ago
chains community[patch]: Add missing type annotations (#22758) 2 months ago
chat_loaders infra: rm unused # noqa violations (#22049) 2 months ago
chat_message_histories community[minor]: Add native async support to SQLChatMessageHistory (#22065) 2 months ago
chat_models community[patch]: fix hunyuan client json analysis (#22452) (#22767) 2 months ago
cross_encoders multiple: langchain 0.2 in master (#21191) 3 months ago
docstore community[patch]: Fix remaining __inits__ in community (#22037) 2 months ago
document_compressors community[minor]: add Volcengine Rerank (#22700) 2 months ago
document_loaders community[patch]: Load YouTube transcripts (captions) as fixed-duration chunks with start times (#21710) 2 months ago
document_transformers infra: rm unused # noqa violations (#22049) 2 months ago
embeddings community[minor]: Add support for OVHcloud AI Endpoints Embedding (#22667) 2 months ago
example_selectors docs: added `community` modules descriptions (#17827) 5 months ago
graphs infra: rm unused # noqa violations (#22049) 2 months ago
indexes community[patch]: upgrade to recent version of mypy (#21616) 3 months ago
llms community[patch]: Add missing type annotations (#22758) 2 months ago
memory community[minor]: Add Zep Cloud components + docs + examples (#21671) 2 months ago
output_parsers infra: rm unused # noqa violations (#22049) 2 months ago
query_constructors multiple: langchain 0.2 in master (#21191) 3 months ago
retrievers community[patch]: Add missing type annotations (#22758) 2 months ago
storage community[minor]: fix redis store docstring and streamline initialization code (#22730) 2 months ago
tools community[patch]: Add missing type annotations (#22758) 2 months ago
utilities community[minor]: Adds a vector store for Azure Cosmos DB for NoSQL (#21676) 2 months ago
utils community[patch]: Use Custom Logger Instead of Root Logger in get_user_agent Function (#22691) 2 months ago
vectorstores community[patch]: Support for old clients (Thin and Thick) Oracle Vector Store (#22766) 2 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 8 months ago
cache.py community: init signature revision for Cassandra LLM cache classes + small maintenance (#17765) 3 months ago
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 8 months ago