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/chat_models
Anindyadeep b2a11ce686
community[minor]: Prem AI langchain integration (#19113)
### Prem SDK integration in LangChain

This PR adds the integration with [PremAI's](https://www.premai.io/)
prem-sdk with langchain. User can now access to deployed models
(llms/embeddings) and use it with langchain's ecosystem. This PR adds
the following:

### This PR adds the following:

- [x]  Add chat support
- [X]  Adding embedding support
- [X]  writing integration tests
    - [X]  writing tests for chat 
    - [X]  writing tests for embedding
- [X]  writing unit tests
    - [X]  writing tests for chat 
    - [X]  writing tests for embedding
- [X]  Adding documentation
    - [X]  writing documentation for chat
    - [X]  writing documentation for embedding
- [X] run `make test`
- [X] run `make lint`, `make lint_diff` 
- [X]  Final checks (spell check, lint, format and overall testing)

---------

Co-authored-by: Anindyadeep Sannigrahi <anindyadeepsannigrahi@Anindyadeeps-MacBook-Pro.local>
Co-authored-by: Bagatur <baskaryan@gmail.com>
Co-authored-by: Erick Friis <erick@langchain.dev>
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
6 months ago
..
__init__.py community[minor]: Prem AI langchain integration (#19113) 6 months ago
anthropic.py community[patch]: move pdf text tests to integration (#18746) 6 months ago
anyscale.py community[minor]: Add async_client for Anyscale Chat model (#18050) 7 months ago
azure_openai.py community[patch]: more deprecations (#15782) 8 months ago
azureml_endpoint.py Community: Add mistral oss model support to azureml endpoints, plus configurable timeout (#19123) 6 months ago
baichuan.py community[patch]: callback before yield for _stream/_astream (#17907) 7 months ago
baidu_qianfan_endpoint.py community[patch]: re-arrange the addtional_kwargs of returned qianfan structure to avoid _merge_dict issue (#18889) 6 months ago
bedrock.py community[patch]: Bedrock add support for mistral models (#18756) 6 months ago
cohere.py cohere[patch]: add cohere as a partner package (#19049) 6 months ago
dappier.py community[minor]: Dappier chat model integration (#19370) 6 months ago
databricks.py docs: fix databricks document url (#19096) 6 months ago
deepinfra.py community[patch]: callback before yield for _stream/_astream (#17907) 7 months ago
edenai.py community[patch]: callback before yield for _stream/_astream (#17907) 7 months ago
ernie.py community[patch]: chat model mypy fixes (#17061) 7 months ago
everlyai.py Do not issue beta or deprecation warnings on internal calls (#15641) 8 months ago
fake.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
fireworks.py community[patch]: deprecate community fireworks (#18544) 6 months ago
friendli.py community[minor]: Integration for `Friendli` LLM and `ChatFriendli` ChatModel. (#17913) 6 months ago
gigachat.py community[minor]: Added GigaChat Embeddings support + updated previous GigaChat integration (#19516) 6 months ago
google_palm.py Refactor: use SecretStr for palm chat-model (#15100) 8 months ago
gpt_router.py community[patch]: callback before yield for _stream/_astream (#17907) 7 months ago
huggingface.py community[patch]: chat hf typing fix (#18693) 6 months ago
human.py infra: add print rule to ruff (#16221) 7 months ago
hunyuan.py community[patch]: callback before yield for _stream/_astream (#17907) 7 months ago
javelin_ai_gateway.py community[patch]: chat model mypy fixes (#17061) 7 months ago
jinachat.py community[patch]: callback before yield for _stream/_astream (#17907) 7 months ago
kinetica.py community[patch]: type ignore fixes (#18395) 6 months ago
konko.py community: fix openai streaming throws 'AIMessageChunk' object has no attribute 'text' (#18006) 7 months ago
litellm.py community[patch]: callback before yield for _stream/_astream (#17907) 7 months ago
litellm_router.py community[patch]: callback before yield for _stream/_astream (#17907) 7 months ago
llama_edge.py community: fix openai streaming throws 'AIMessageChunk' object has no attribute 'text' (#18006) 7 months ago
maritalk.py community: Add model argument for maritalk models and better error handling (#19187) 6 months ago
meta.py docs: docstrings `langchain_community` update (#14889) 9 months ago
minimax.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
mlflow.py docs: fix databricks document url (#19096) 6 months ago
mlflow_ai_gateway.py community[patch]: chat model mypy fixes (#17061) 7 months ago
ollama.py ollama[patch]: delete suffix slash to avoid redirect (#18260) 6 months ago
openai.py community: fix openai streaming throws 'AIMessageChunk' object has no attribute 'text' (#18006) 7 months ago
pai_eas_endpoint.py community[patch]: add missing chunk parameter for _stream/_astream (#17807) 7 months ago
perplexity.py community[patch]: Invoke callback prior to yielding token (#18449) 6 months ago
premai.py community[minor]: Prem AI langchain integration (#19113) 6 months ago
promptlayer_openai.py Do not issue beta or deprecation warnings on internal calls (#15641) 8 months ago
sparkllm.py community[patch]: Fix sparkllm authentication problem. (#18651) 6 months ago
tongyi.py docs: ChatTongyi example error (#19013) 6 months ago
vertexai.py community[patch]: add missing chunk parameter for _stream/_astream (#17807) 7 months ago
volcengine_maas.py community[patch]: add stop parameter support to volcengine maas (#19052) 6 months ago
yandex.py community[patch]: YandexGPT Use recent yandexcloud sdk version (#19341) 6 months ago
yuan2.py community[patch]: fix yuan2 chat model errors while invoke. (#19015) 6 months ago
zhipuai.py community[patch]: callback before yield for _stream/_astream (#17907) 7 months ago