Commit Graph

34 Commits

Author SHA1 Message Date
LangChain4j a1b733d96d bumped version to 0.32.0-SNAPSHOT 2024-05-24 16:25:13 +02:00
LangChain4j d9cb1e9b81
Release 0.31.0 (#1151) 2024-05-23 17:40:52 +02:00
Michał Koźmiński c2a152000b
Freature #1005 - Add streaming API for Bedrock Anthropics (#1006)
## Context
Feature adds Bedrock Antrhopics Streaming capability #1005 

Previous PR https://github.com/langchain4j/langchain4j/pull/679
## Change
Added new streaming model `AbstractBedrockStreamingChatModel`

## Checklist
Before submitting this PR, please check the following points:
- [x] I have added unit and integration tests for my change
- [x] All unit and integration tests in the module I have added/changed
are green
- [x] All unit and integration tests in the
[core](https://github.com/langchain4j/langchain4j/tree/main/langchain4j-core)
and
[main](https://github.com/langchain4j/langchain4j/tree/main/langchain4j)
modules are green
- [x] I have added/updated the
[documentation](https://github.com/langchain4j/langchain4j/tree/main/docs/docs)
- [ ] I have added an example in the [examples
repo](https://github.com/langchain4j/langchain4j-examples) (only for
"big" features)
- [ ] I have added my new module in the
[BOM](https://github.com/langchain4j/langchain4j/blob/main/langchain4j-bom/pom.xml)
(only when a new module is added)

## Checklist for adding new embedding store integration
- [ ] I have added a {NameOfIntegration}EmbeddingStoreIT that extends
from either EmbeddingStoreIT or EmbeddingStoreWithFilteringIT
2024-05-22 14:31:47 +02:00
LangChain4j 66c338c135 changed version to 0.31.0-SNAPSHOT 2024-04-29 11:21:00 +02:00
LangChain4j cda4456d3d Fix #667 2024-04-17 14:50:25 +02:00
LangChain4j 1a340893ec
Release 0.30.0 (#945) 2024-04-16 18:21:01 +02:00
LangChain4j d1d9b45adc bumped to 0.30.0-SNAPSHOT 2024-04-08 17:36:52 +02:00
LangChain4j 45b58ac993
released 0.29.1 (#857) 2024-03-28 16:42:45 +01:00
LangChain4j d1e3cc1693
Release 0.29.0 (#830) 2024-03-26 11:54:43 +01:00
LangChain4j ffb0352321 [FEATURE] #734 Add missing foundational Bedrock models (#773) 2024-03-25 13:31:58 +01:00
LangChain4j 4db0f9ceac Revert "Add streaming API for Bedrock Anthropics (#679)"
This reverts commit 6684ea0b33.
2024-03-25 12:07:02 +01:00
LangChain4j 6224530ac7 [FEATURE] #734 Add missing foundational Bedrock models (#773) 2024-03-25 11:54:59 +01:00
Michał Koźmiński 6684ea0b33
Add streaming API for Bedrock Anthropics (#679)
Currently, langchain4j doesn't have support for streaming of Bedrock
Anthropics model, this PR tries to address it.

Adding support for Anthropics v2 and v2:1 streaming. 
New tests disabled due to need for AWS credentials but pass when
enabled.
2024-03-25 09:17:48 +01:00
Jonny Coddington ded9ecce38
[FEATURE] #734 Add missing foundational Bedrock models (#773)
This PR addresses issue
https://github.com/langchain4j/langchain4j/issues/734:

- Added functionality to pass in strings & enums as model ID. 
- Added Llama and Mistral AI models. 
- Added Anthropic Message API model
2024-03-25 09:15:45 +01:00
LangChain4j 91db3d354a bumped to 0.29.0-SNAPSHOT 2024-03-14 13:31:28 +01:00
LangChain4j 90fe3040b9
released 0.28.0 (#735) 2024-03-11 20:08:55 +01:00
LangChain4j 197b4af9d1 bumped version to 0.28.0-SNAPSHOT 2024-02-09 15:11:52 +01:00
LangChain4j c1462c087f
release 0.27.1 (#621) 2024-02-09 15:00:42 +01:00
LangChain4j ad2fd90f32 bumped version to 0.28.0-SNAPSHOT 2024-02-09 08:12:28 +01:00
LangChain4j a22d297104
Release 0.27.0 (#615) 2024-02-09 08:00:34 +01:00
Antonio Goncalves baac759766
Beautifying Maven output (#572)
Looking at the Maven output I thought it could benefit from a little
renaming. I just changed the `<name>` in the `pom.xml`, nothing more.
The output is like this at the moment:

![Screenshot 2024-01-30 at 16 26
53](https://github.com/langchain4j/langchain4j/assets/729277/940886d1-565e-416f-a58e-91f609fc0c00)

It could look like this if this PR is merged:

![Screenshot 2024-01-30 at 16 42
38](https://github.com/langchain4j/langchain4j/assets/729277/f8787af2-b869-4e95-90bd-72bce5622737)

Just a personal taste. Let me know if you like it or not (or want to
change it). If not, just discard it, it's fine ;o)
2024-01-30 16:54:54 +01:00
LangChain4j fca8ca48f7 bump version to 0.27.0-SNAPSHOT 2024-01-30 16:18:40 +01:00
LangChain4j 3958e01738
release 0.26.1 (#570) 2024-01-30 16:11:21 +01:00
LangChain4j 469699b944 bump version to 0.27.0-SNAPSHOT 2024-01-30 08:07:45 +01:00
LangChain4j a8ad9e48d9
Automate release (#562) 2024-01-30 07:20:20 +01:00
sergioa f8c83810c1
Add support to Anthropic Claude v2.1 (#450) 2024-01-08 12:09:43 +01:00
LangChain4j 7e5e82b7b2 updated to 0.26.0-SNAPSHOT 2023-12-22 18:08:19 +01:00
LangChain4j 2a5308b794 released 0.25.0 2023-12-22 18:02:04 +01:00
LangChain4j e1dddb33a2
bumped version to 0.25.0-SNAPSHOT (#369) 2023-12-19 13:03:48 +01:00
deep-learning-dynamo f98c04028a cleanup 2023-11-24 13:09:51 +01:00
deep-learning-dynamo 16f60dbef9 reducing duplication of *EmbeddingStoreIT 2023-11-18 16:23:29 +01:00
deep-learning-dynamo 21dfc8b317 released 0.24.0 2023-11-12 18:58:31 +01:00
deep-learning-dynamo 0fd7805546 bedrock: minor 2023-11-10 13:47:13 +01:00
Pascal Vantrepote 286e95c047
Adding support for AWS Bedrock (#269) 2023-11-10 13:11:32 +01:00