langchain/libs/community/langchain_community
Nuradil c93d9e66e4
Community: Update and fix ZenGuardTool docs and add ZenguardTool to init files (#23415)
Thank you for contributing to LangChain!

- [x] **PR title**: "community: update docs and add tool to init.py"

- [x] **PR message**: 
- **Description:** Fixed some errors and comments in the docs and added
our ZenGuardTool and additional classes to init.py for easy access when
importing
- **Question:** when will you update the langchain-community package in
pypi to make our tool available?


- [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/

Thank you for review!

---------

Co-authored-by: Baur <baur.krykpayev@gmail.com>
2024-06-25 19:26:32 +00:00
..
adapters
agent_toolkits community: toolkits docstrings (#23286) 2024-06-22 14:37:52 +00:00
agents
callbacks community[patch]: Add missing type annotations (#22758) 2024-06-10 16:59:28 -04:00
chains community[minor]: Added classification_location parameter in PebbloSafeLoader. (#22565) 2024-06-24 17:30:38 -04:00
chat_loaders community: docstrings (#23202) 2024-06-20 11:08:13 -04:00
chat_message_histories core[patch]: fix no current event loop for sql history in async mode (#22933) 2024-06-21 10:39:47 -04:00
chat_models docs: Update QianfanChatEndpoint ChatModel docstring (#23337) 2024-06-24 17:42:46 -04:00
cross_encoders [Community]: HuggingFaceCrossEncoder score accounting for <not-relevant score,relevant score> pairs. (#22578) 2024-06-14 08:28:24 -07:00
docstore
document_compressors community: FlashrankRerank support loading customer client (#23350) 2024-06-24 17:50:08 -04:00
document_loaders community[minor]: Added classification_location parameter in PebbloSafeLoader. (#22565) 2024-06-24 17:30:38 -04:00
document_transformers community[minor]: Implement Doctran async execution (#22372) 2024-06-18 18:17:37 +00:00
embeddings community[minor]: Add Ascend NPU optimized Embeddings (#20260) 2024-06-24 20:15:11 +00:00
example_selectors
graphs Sanitize backticks from neo4j labels and types for import (#23367) 2024-06-24 19:05:31 +00:00
indexes community[patch]: restore compatibility with SQLAlchemy 1.x (#22546) 2024-06-19 17:58:57 +00:00
llms Add OCI Generative AI new model support (#22880) 2024-06-24 14:48:23 -04:00
memory
output_parsers
query_constructors
retrievers community(patch):Fix PineconeHynridSearchRetriever not having search_kwargs (#21577) 2024-06-21 16:27:52 -04:00
storage community: docstrings (#23202) 2024-06-20 11:08:13 -04:00
tools Community: Update and fix ZenGuardTool docs and add ZenguardTool to init files (#23415) 2024-06-25 19:26:32 +00:00
utilities community: add default value to bing_search_url (#23306) 2024-06-25 08:08:41 -04:00
utils
vectorstores community: docstrings (#23202) 2024-06-20 11:08:13 -04:00
__init__.py
cache.py
py.typed