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
Hamza Muhammad Farooqi 24a0a4472a
Add docstrings for Clickhouse class methods (#19195)
Thank you for contributing to LangChain!

- [ ] **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"


- [ ] **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!


- [ ] **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, hwchase17.
2 months ago
..
adapters docs: added `community` modules descriptions (#17827) 3 months ago
agent_toolkits community: Add PolygonAggregates tool (#18882) 3 months ago
callbacks community[patch] : publishes duration as milliseconds to Fiddler (#19166) 2 months ago
chat_loaders community[patch]: speed up import times in the community package (#18928) 3 months ago
chat_message_histories community[patch]: speed up import times in the community package (#18928) 3 months ago
chat_models community[patch]: add stop parameter support to volcengine maas (#19052) 2 months ago
docstore community[patch]: speed up import times in the community package (#18928) 3 months ago
document_compressors community[patch]: speed up import times in the community package (#18928) 3 months ago
document_loaders deprecate community docugami loader (#19230) 2 months ago
document_transformers community[patch]: flattening imports 3 (#18939) 3 months ago
embeddings community[patch]: support fastembed v1 and v2 (#19125) 2 months ago
example_selectors docs: added `community` modules descriptions (#17827) 3 months ago
graphs community[patch]: flattening imports 3 (#18939) 3 months ago
indexes community: Add document manager and mongo document manager (#17320) 3 months ago
llms community: `llms` imports fixes (#18943) 2 months ago
output_parsers langchain[patch], community[minor]: move `output_parsers.ernie_functions` (#16057) 4 months ago
retrievers community: Fix all page numbers were the same for _BaseGoogleVertexAISearchRetriever (#19175) 2 months ago
storage community[patch]: flattening imports 3 (#18939) 3 months ago
tools community[patch]: add args_schema to sql_database tools for langGraph integration (#18595) 2 months ago
utilities community[patch]: flattening imports 3 (#18939) 3 months ago
utils Add the BQ job usage tracking from LangChain (#17123) 4 months ago
vectorstores Add docstrings for Clickhouse class methods (#19195) 2 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 6 months ago
cache.py community[minor]: Adding Azure Cosmos Mongo vCore Vector DB Cache (#16856) 3 months ago
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 6 months ago