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
M.Abdulrahman Alnaseer ba54f1577f
community[minor]: add support for llmsherpa (#19741)
Thank you for contributing to LangChain!

- [x] **PR title**: "community: added support for llmsherpa library"

- [x] **Add tests and docs**: 
1. Integration test:
'docs/docs/integrations/document_loaders/test_llmsherpa.py'.
2. an example notebook:
`docs/docs/integrations/document_loaders/llmsherpa.ipynb`.


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

---------

Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
6 months ago
..
adapters docs: added `community` modules descriptions (#17827) 7 months ago
agent_toolkits community[patch]: avoid executing `toolkit.get_context()` when not necessary (#19762) 6 months ago
callbacks community[patch] : [Fiddler] ensure dataset is not added if model is present (#19293) 6 months ago
chat_loaders community[patch]: speed up import times in the community package (#18928) 6 months ago
chat_message_histories community[patch]: history size support for DynamoDBChatMessageHistory (#16794) 6 months ago
chat_models community[minor]: add support for Moonshot llm and chat model (#17100) 6 months ago
docstore community[patch]: speed up import times in the community package (#18928) 6 months ago
document_compressors community[patch]: speed up import times in the community package (#18928) 6 months ago
document_loaders community[minor]: add support for llmsherpa (#19741) 6 months ago
document_transformers community[patch]: flattening imports 3 (#18939) 6 months ago
embeddings community[patch]: OllamaEmbeddings - Pass headers to post request (#16880) 6 months ago
example_selectors docs: added `community` modules descriptions (#17827) 7 months ago
graphs community[minor]: Add the option to omit schema refresh in Neo4jGraph (#19654) 6 months ago
indexes community: Add document manager and mongo document manager (#17320) 7 months ago
llms community[minor]: add support for Moonshot llm and chat model (#17100) 6 months ago
output_parsers langchain[patch], community[minor]: move `output_parsers.ernie_functions` (#16057) 8 months ago
retrievers community[patch]: Added missing from_documents method to KNNRetriever. (#18411) 6 months ago
storage community[patch]: flattening imports 3 (#18939) 6 months ago
tools community[minor]: add hugging face text-to-speech inference API (#18880) 6 months ago
utilities community[minor]: Infobip tool integration (#16805) 6 months ago
utils community[patch], mongodb[patch]: Stop spamming SIMD import warnings (#19531) 6 months ago
vectorstores community[patch]: fix redis input type for index_schema field (#16874) 6 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
cache.py core[patch]: fix beta, deprecated typing (#18877) 6 months ago
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago