langchain/libs/community/langchain_community
Matheus Henrique Raymundo bb69819267
community: Fix the stop sequence key name for Mistral in Bedrock (#20709)
Fixing the wrong stop sequence key name that causes an error on AWS
Bedrock.
You can check the MistralAI bedrock parameters
[here](https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters-mistral.html)
This change fixes this
[issue](https://github.com/langchain-ai/langchain/issues/20095)
2024-04-21 20:06:06 -04:00
..
adapters
agent_toolkits community[patch], experimental[patch]: support tool-calling sql and p… (#20639) 2024-04-21 15:43:09 -07:00
callbacks community[minor]: add UpTrainCallbackHandler (#19956) 2024-04-16 19:32:03 +00:00
chat_loaders community[patch]: import flattening fix (#20110) 2024-04-10 13:01:19 -04:00
chat_message_histories zep[patch]: implement add_messages and aadd_messages (#20099) 2024-04-17 13:40:24 -07:00
chat_models community[patch]: truncate zhipuai temperature and top_p parameters to [0.01, 0.99] (#20261) 2024-04-19 01:31:30 +00:00
cross_encoders community[patch]: cross_encoders flatten namespaces (#20183) 2024-04-08 20:50:23 -04:00
docstore community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
document_compressors community: Add save_model function for openvino reranker and embedding (#19896) 2024-04-18 10:20:33 -04:00
document_loaders community[minor]: Add audio-parser "faster-whisper" in audio.py (#20012) 2024-04-18 20:50:59 +00:00
document_transformers community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
embeddings community[patch]: YandexGPT API add ability to disable request logging (#20670) 2024-04-19 21:40:37 -04:00
example_selectors
graphs community[minor]: add graph store implementation for apache age (#20582) 2024-04-20 14:31:04 -07:00
indexes community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
llms community: Fix the stop sequence key name for Mistral in Bedrock (#20709) 2024-04-21 20:06:06 -04:00
output_parsers
retrievers community[minor]: Added integrations for ThirdAI's NeuralDB as a Retriever (#17334) 2024-04-16 16:36:55 -07:00
storage community[patch]: import flattening fix (#20110) 2024-04-10 13:01:19 -04:00
tools community[patch]: deprecating remaining google_community integrations (#20471) 2024-04-15 09:57:12 -04:00
utilities community[minor]: Add async methods to CassandraVectorStore (#20602) 2024-04-20 02:09:58 +00:00
utils community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
vectorstores community[minor]: Add async methods to CassandraVectorStore (#20602) 2024-04-20 02:09:58 +00:00
__init__.py
cache.py community[patch]: import flattening fix (#20110) 2024-04-10 13:01:19 -04:00
py.typed