-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade quarkus-langchain4j to 0.24.0.CR3 & langchain4j to 1.0.0-beta1 (
#54) Also adjust to breaking changes: - Default temperature of 0.7 has been removed for OpenAI chat models, hence set it as default in our config. Signed-off-by: Florian Hotze <[email protected]>
- Loading branch information
1 parent
414ec0d
commit db98525
Showing
4 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,3 +47,4 @@ quarkus: | |
devservices: | ||
port: 6334 | ||
shared: false | ||
qdrant-image-name: docker.io/qdrant/qdrant:v1.13.2-unprivileged |