langchain/libs/community/langchain_community/chat_models
Eugene Yurtsev 265e650e64
community[patch]: Update root_validators embeddings: llamacpp, jina, dashscope, mosaicml, huggingface_hub, Toolkits: Connery, ChatModels: PAI_EAS, (#22828)
This PR updates root validators for:

* Embeddings: llamacpp, jina, dashscope, mosaicml, huggingface_hub
* Toolkits: Connery
* ChatModels: PAI_EAS

Following this issue:
https://github.com/langchain-ai/langchain/issues/22819
2024-06-12 13:59:05 -04:00
..
__init__.py community[patch]: Add unit test to verify that init is correctly defined (#22030) 2024-05-22 17:19:00 +00:00
anthropic.py (all): update removal in deprecation warnings from 0.2 to 0.3 (#21265) 2024-05-03 14:29:36 -04:00
anyscale.py community[minor]: import fix (#20995) 2024-04-29 10:32:50 -04:00
azure_openai.py infra: rm unused # noqa violations (#22049) 2024-05-22 15:21:08 -07:00
azureml_endpoint.py infra: rm unused # noqa violations (#22049) 2024-05-22 15:21:08 -07:00
baichuan.py community[patch]: Add missing type annotations (#22758) 2024-06-10 16:59:28 -04:00
baidu_qianfan_endpoint.py community[patch]: Standardize qianfan model init args name (#22322) 2024-05-30 11:08:32 -04:00
bedrock.py community[patch]: Fix message formatting for Anthropic models on Amazon Bedrock (#20801) 2024-04-23 22:40:39 +00:00
cohere.py (all): update removal in deprecation warnings from 0.2 to 0.3 (#21265) 2024-05-03 14:29:36 -04:00
coze.py community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
dappier.py community[minor]: Dappier chat model integration (#19370) 2024-03-25 07:29:05 +00:00
databricks.py community[patch]: Update documentation string in databricks chat model (#21915) 2024-05-20 14:33:57 +00:00
deepinfra.py community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
edenai.py community[minor]: Add tools calls to ChatEdenAI (#22320) 2024-06-04 10:29:28 -07:00
ernie.py
everlyai.py community[minor]: import fix (#20995) 2024-04-29 10:32:50 -04:00
fake.py
fireworks.py community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
friendli.py community[minor]: Integration for Friendli LLM and ChatFriendli ChatModel. (#17913) 2024-03-08 02:20:47 +00:00
gigachat.py community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
google_palm.py
gpt_router.py community[patch]: callback before yield for _stream/_astream (#17907) 2024-02-22 16:15:21 -08:00
huggingface.py community[patch]: deprecate all HF classes (#22444) 2024-06-04 09:48:25 -07:00
human.py
hunyuan.py community[patch]: fix hunyuan message include chinese signature error (#22795) (#22796) 2024-06-12 12:30:22 -04:00
javelin_ai_gateway.py community[patch]: standardize init args, update for javelin sdk release. (#21980) 2024-05-22 21:47:28 +00:00
jinachat.py community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
kinetica.py community[patch]: type ignore fixes (#18395) 2024-03-01 11:21:02 -08:00
konko.py community[minor]: import fix (#20995) 2024-04-29 10:32:50 -04:00
litellm_router.py community[patch]: callback before yield for _stream/_astream (#17907) 2024-02-22 16:15:21 -08:00
litellm.py community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
llama_edge.py community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
maritalk.py community[patch]: Add maritalk streaming (sync and async) (#19203) 2024-04-29 21:31:14 +00:00
meta.py
minimax.py community[minor]: Implement MiniMaxChat interface (#22391) 2024-06-03 13:22:38 -07:00
mlflow_ai_gateway.py
mlflow.py community[patch]: Fix ChatDatabricsk in case that streaming response doesn't have role field in delta chunk (#21897) 2024-05-22 08:12:53 -07:00
mlx.py docs: community docstring updates (#21040) 2024-04-29 17:40:23 -04:00
moonshot.py community(patch) fix MoonshotChat moonshot_api_key is invaild for api key (#21361) 2024-05-07 08:44:30 -07:00
octoai.py community[minor]: add ChatOctoAI (#20059) 2024-04-17 03:20:56 -07:00
ollama.py Ollama vision support (#22734) 2024-06-11 16:10:19 +00:00
openai.py Standardized openai init params (#21739) 2024-05-16 16:30:52 +00:00
pai_eas_endpoint.py community[patch]: Update root_validators embeddings: llamacpp, jina, dashscope, mosaicml, huggingface_hub, Toolkits: Connery, ChatModels: PAI_EAS, (#22828) 2024-06-12 13:59:05 -04:00
perplexity.py community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
premai.py communty[patch]: Native RAG Support in Prem AI langchain (#22238) 2024-06-04 10:19:54 -07:00
promptlayer_openai.py docs: use standard openai params (#20160) 2024-04-08 10:56:53 -05:00
solar.py community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
sparkllm.py community[patch]: Update the default “API URL” and “MODEL” of sparkllm (#22070) 2024-05-23 12:25:20 -04:00
tongyi.py community[patch]: Update tongyi.py to support MultimodalConversation in dashscope. (#21249) 2024-05-22 22:04:58 +00:00
vertexai.py (all): update removal in deprecation warnings from 0.2 to 0.3 (#21265) 2024-05-03 14:29:36 -04:00
volcengine_maas.py community[patch]: add stop parameter support to volcengine maas (#19052) 2024-03-17 01:58:50 +00:00
yandex.py community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
yuan2.py community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
zhipuai.py community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00