diff --git a/docs/docs/get-started.md b/docs/docs/get-started.md index 807bf84206..942eaa593a 100644 --- a/docs/docs/get-started.md +++ b/docs/docs/get-started.md @@ -1,7 +1,7 @@ --- sidebar_position: 5 -stableVersion: 1.11.9 -betaVersion: 1.11.9-beta19 +stableVersion: 1.18.0 +betaVersion: 1.18.0-beta28 --- # Get Started @@ -27,7 +27,7 @@ As an example, let's import the OpenAI dependency: dev.langchain4j langchain4j-open-ai - 1.11.9 + 1.18.0 ``` @@ -38,14 +38,14 @@ the following dependency: dev.langchain4j langchain4j - 1.11.9 + 1.18.0 ``` - For Gradle in `build.gradle`: ```groovy -implementation 'dev.langchain4j:langchain4j-open-ai:1.11.9' -implementation 'dev.langchain4j:langchain4j:1.11.9' +implementation 'dev.langchain4j:langchain4j-open-ai:1.18.0' +implementation 'dev.langchain4j:langchain4j:1.18.0' ```
@@ -57,7 +57,7 @@ implementation 'dev.langchain4j:langchain4j:1.11.9' dev.langchain4j langchain4j-bom - 1.11.9 + 1.18.0 pom import @@ -70,8 +70,8 @@ Please note that `langchain4j-bom` always contains the latest versions of all La ::: :::note -Please note that while the `langchain4j-bom` version is `1.11.9`, -many of the modules still have version `1.11.9-beta19`, +Please note that while the `langchain4j-bom` version is `1.18.0`, +many of the modules still have version `1.18.0-beta28`, so there might be some breaking changes for these modules in the future. :::
@@ -100,7 +100,7 @@ you can use the most recent `SNAPSHOT` dependency: dev.langchain4j langchain4j - 1.11.9-SNAPSHOT + 1.18.0-SNAPSHOT ``` diff --git a/docs/docs/integrations/code-execution-engines/azure-acads.md b/docs/docs/integrations/code-execution-engines/azure-acads.md index 1f88e9ec71..240718e3f5 100644 --- a/docs/docs/integrations/code-execution-engines/azure-acads.md +++ b/docs/docs/integrations/code-execution-engines/azure-acads.md @@ -10,7 +10,7 @@ sidebar_position: 1 dev.langchain4j langchain4j-code-execution-engine-azure-acads - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/code-execution-engines/graalvm-polyglot.md b/docs/docs/integrations/code-execution-engines/graalvm-polyglot.md index 390a93ed98..23a9743c6d 100644 --- a/docs/docs/integrations/code-execution-engines/graalvm-polyglot.md +++ b/docs/docs/integrations/code-execution-engines/graalvm-polyglot.md @@ -18,7 +18,7 @@ This module enables execution of arbitrary Python/JavaScript code via GraalVM an dev.langchain4j langchain4j-code-execution-engine-graalvm-polyglot - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/code-execution-engines/judge0.md b/docs/docs/integrations/code-execution-engines/judge0.md index 28d497743b..7389c62d08 100644 --- a/docs/docs/integrations/code-execution-engines/judge0.md +++ b/docs/docs/integrations/code-execution-engines/judge0.md @@ -12,7 +12,7 @@ https://github.com/judge0/judge0 dev.langchain4j langchain4j-code-execution-engine-judge0 - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/document-loaders/amazon-s3.md b/docs/docs/integrations/document-loaders/amazon-s3.md index 961931e3a2..1a21b8c8f9 100644 --- a/docs/docs/integrations/document-loaders/amazon-s3.md +++ b/docs/docs/integrations/document-loaders/amazon-s3.md @@ -11,7 +11,7 @@ sidebar_position: 1 dev.langchain4j langchain4j-document-loader-amazon-s3 - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/document-loaders/azure-blob-storage.md b/docs/docs/integrations/document-loaders/azure-blob-storage.md index e84c129133..6924e72a41 100644 --- a/docs/docs/integrations/document-loaders/azure-blob-storage.md +++ b/docs/docs/integrations/document-loaders/azure-blob-storage.md @@ -11,7 +11,7 @@ sidebar_position: 2 dev.langchain4j langchain4j-document-loader-azure-storage-blob - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/document-loaders/classpath.md b/docs/docs/integrations/document-loaders/classpath.md index 5af09594df..2d029a2908 100644 --- a/docs/docs/integrations/document-loaders/classpath.md +++ b/docs/docs/integrations/document-loaders/classpath.md @@ -10,7 +10,7 @@ sidebar_position: 3 dev.langchain4j langchain4j - 1.11.9 + 1.18.0 ``` diff --git a/docs/docs/integrations/document-loaders/file-system.md b/docs/docs/integrations/document-loaders/file-system.md index ce7f0bdf7d..0d1efc0757 100644 --- a/docs/docs/integrations/document-loaders/file-system.md +++ b/docs/docs/integrations/document-loaders/file-system.md @@ -10,7 +10,7 @@ sidebar_position: 3 dev.langchain4j langchain4j - 1.11.9 + 1.18.0 ``` diff --git a/docs/docs/integrations/document-loaders/github.md b/docs/docs/integrations/document-loaders/github.md index 95989e083c..2a787c1dee 100644 --- a/docs/docs/integrations/document-loaders/github.md +++ b/docs/docs/integrations/document-loaders/github.md @@ -11,7 +11,7 @@ sidebar_position: 4 dev.langchain4j langchain4j-document-loader-github - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/document-loaders/google-cloud-storage.md b/docs/docs/integrations/document-loaders/google-cloud-storage.md index 92ef64da5a..7e73f5b62d 100644 --- a/docs/docs/integrations/document-loaders/google-cloud-storage.md +++ b/docs/docs/integrations/document-loaders/google-cloud-storage.md @@ -12,7 +12,7 @@ A Google Cloud Storage (GCS) document loader that allows you to load documents f dev.langchain4j langchain4j-document-loader-google-cloud-storage - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/document-loaders/playwright.md b/docs/docs/integrations/document-loaders/playwright.md index 174c8f9694..dd4ea8ecef 100644 --- a/docs/docs/integrations/document-loaders/playwright.md +++ b/docs/docs/integrations/document-loaders/playwright.md @@ -11,7 +11,7 @@ sidebar_position: 5 dev.langchain4j langchain4j-document-loader-playwright - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/document-loaders/selenium.md b/docs/docs/integrations/document-loaders/selenium.md index 6a9d5e8deb..1a10bd8242 100644 --- a/docs/docs/integrations/document-loaders/selenium.md +++ b/docs/docs/integrations/document-loaders/selenium.md @@ -11,7 +11,7 @@ sidebar_position: 5 dev.langchain4j langchain4j-document-loader-selenium - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/document-loaders/tencent-cos.md b/docs/docs/integrations/document-loaders/tencent-cos.md index 25b45db545..1ff8b62aaf 100644 --- a/docs/docs/integrations/document-loaders/tencent-cos.md +++ b/docs/docs/integrations/document-loaders/tencent-cos.md @@ -11,7 +11,7 @@ sidebar_position: 6 dev.langchain4j langchain4j-document-loader-tencent-cos - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/document-loaders/url.md b/docs/docs/integrations/document-loaders/url.md index 052d37eb1c..061fb10bb3 100644 --- a/docs/docs/integrations/document-loaders/url.md +++ b/docs/docs/integrations/document-loaders/url.md @@ -11,7 +11,7 @@ sidebar_position: 7 dev.langchain4j langchain4j - 1.11.9 + 1.18.0 ``` diff --git a/docs/docs/integrations/document-parsers/apache-pdfbox.md b/docs/docs/integrations/document-parsers/apache-pdfbox.md index 292de790df..3cf2882f3f 100644 --- a/docs/docs/integrations/document-parsers/apache-pdfbox.md +++ b/docs/docs/integrations/document-parsers/apache-pdfbox.md @@ -11,7 +11,7 @@ sidebar_position: 4 dev.langchain4j langchain4j-document-parser-apache-pdfbox - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/document-parsers/apache-poi.md b/docs/docs/integrations/document-parsers/apache-poi.md index c40d315ac3..6cbc74f73e 100644 --- a/docs/docs/integrations/document-parsers/apache-poi.md +++ b/docs/docs/integrations/document-parsers/apache-poi.md @@ -11,7 +11,7 @@ sidebar_position: 3 dev.langchain4j langchain4j-document-parser-apache-poi - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/document-parsers/apache-tika.md b/docs/docs/integrations/document-parsers/apache-tika.md index 83d19013e8..8bebc367de 100644 --- a/docs/docs/integrations/document-parsers/apache-tika.md +++ b/docs/docs/integrations/document-parsers/apache-tika.md @@ -11,7 +11,7 @@ sidebar_position: 2 dev.langchain4j langchain4j-document-parser-apache-tika - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/document-parsers/docling.md b/docs/docs/integrations/document-parsers/docling.md index b3a8038367..3023d7eb65 100644 --- a/docs/docs/integrations/document-parsers/docling.md +++ b/docs/docs/integrations/document-parsers/docling.md @@ -15,7 +15,7 @@ This integration communicates with a running [docling-serve](https://github.com/ dev.langchain4j langchain4j-document-parser-docling - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/document-parsers/markdown.md b/docs/docs/integrations/document-parsers/markdown.md index 2144accfc0..92df072af1 100644 --- a/docs/docs/integrations/document-parsers/markdown.md +++ b/docs/docs/integrations/document-parsers/markdown.md @@ -11,7 +11,7 @@ sidebar_position: 4 dev.langchain4j langchain4j-document-parser-markdown - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/document-parsers/text.md b/docs/docs/integrations/document-parsers/text.md index 5ee1b81801..8bcb5af3b8 100644 --- a/docs/docs/integrations/document-parsers/text.md +++ b/docs/docs/integrations/document-parsers/text.md @@ -11,7 +11,7 @@ sidebar_position: 1 dev.langchain4j langchain4j - 1.11.9 + 1.18.0 ``` diff --git a/docs/docs/integrations/document-parsers/yaml.md b/docs/docs/integrations/document-parsers/yaml.md index 49d00eaa79..bca6c577c6 100644 --- a/docs/docs/integrations/document-parsers/yaml.md +++ b/docs/docs/integrations/document-parsers/yaml.md @@ -11,7 +11,7 @@ sidebar_position: 4 dev.langchain4j langchain4j-document-parser-yaml - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-models/1-in-process.md b/docs/docs/integrations/embedding-models/1-in-process.md index f692bda519..f65a201414 100644 --- a/docs/docs/integrations/embedding-models/1-in-process.md +++ b/docs/docs/integrations/embedding-models/1-in-process.md @@ -15,7 +15,7 @@ For example: dev.langchain4j langchain4j-embeddings-all-minilm-l6-v2 - 1.11.9-beta19 + 1.18.0-beta28 ``` ```java @@ -29,7 +29,7 @@ Or quantized: dev.langchain4j langchain4j-embeddings-all-minilm-l6-v2-q - 1.11.9-beta19 + 1.18.0-beta28 ``` ```java @@ -73,7 +73,7 @@ Example of using custom embedding model: dev.langchain4j langchain4j-embeddings - 1.11.9-beta19 + 1.18.0-beta28 ``` ```java diff --git a/docs/docs/integrations/embedding-models/amazon-bedrock.md b/docs/docs/integrations/embedding-models/amazon-bedrock.md index 6de3b637c3..9d634b1501 100644 --- a/docs/docs/integrations/embedding-models/amazon-bedrock.md +++ b/docs/docs/integrations/embedding-models/amazon-bedrock.md @@ -11,7 +11,7 @@ sidebar_position: 2 dev.langchain4j langchain4j-bedrock - 1.11.9 + 1.18.0 ``` diff --git a/docs/docs/integrations/embedding-models/azure-open-ai.md b/docs/docs/integrations/embedding-models/azure-open-ai.md index 2f34630816..6b6d562eaf 100644 --- a/docs/docs/integrations/embedding-models/azure-open-ai.md +++ b/docs/docs/integrations/embedding-models/azure-open-ai.md @@ -26,7 +26,7 @@ that can be used to transforms text or images into a dimensional vector space. dev.langchain4j langchain4j-azure-open-ai - 1.11.9 + 1.18.0 ``` @@ -35,7 +35,7 @@ that can be used to transforms text or images into a dimensional vector space. dev.langchain4j langchain4j-azure-open-ai-spring-boot-starter - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-models/cohere.md b/docs/docs/integrations/embedding-models/cohere.md index 70621b3bc4..031edd4084 100644 --- a/docs/docs/integrations/embedding-models/cohere.md +++ b/docs/docs/integrations/embedding-models/cohere.md @@ -10,7 +10,7 @@ sidebar_position: 4 dev.langchain4j langchain4j-cohere - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-models/github-models.md b/docs/docs/integrations/embedding-models/github-models.md index 7a523e8c9f..fc7a466ceb 100644 --- a/docs/docs/integrations/embedding-models/github-models.md +++ b/docs/docs/integrations/embedding-models/github-models.md @@ -35,7 +35,7 @@ Once you are ready to bring your application to production, you can switch to a dev.langchain4j langchain4j-github-models - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-models/google-ai-gemini.md b/docs/docs/integrations/embedding-models/google-ai-gemini.md index 381d8430a6..6d8d153153 100644 --- a/docs/docs/integrations/embedding-models/google-ai-gemini.md +++ b/docs/docs/integrations/embedding-models/google-ai-gemini.md @@ -29,7 +29,7 @@ https://ai.google.dev/gemini-api/docs/embeddings dev.langchain4j langchain4j-google-ai-gemini - 1.11.9 + 1.18.0 ``` diff --git a/docs/docs/integrations/embedding-models/google-genai.md b/docs/docs/integrations/embedding-models/google-genai.md index 1a98e7e0c4..e54f7ea977 100644 --- a/docs/docs/integrations/embedding-models/google-genai.md +++ b/docs/docs/integrations/embedding-models/google-genai.md @@ -11,7 +11,7 @@ This integration uses the official Google Gen AI SDK for Java (`com.google.genai dev.langchain4j langchain4j-google-genai - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-models/google-vertex-ai.md b/docs/docs/integrations/embedding-models/google-vertex-ai.md index 8a7d0051bb..f6625798df 100644 --- a/docs/docs/integrations/embedding-models/google-vertex-ai.md +++ b/docs/docs/integrations/embedding-models/google-vertex-ai.md @@ -17,14 +17,14 @@ Add the following dependencies to your project's `pom.xml`: dev.langchain4j langchain4j-vertex-ai - 1.11.9-beta19 + 1.18.0-beta28 ``` or project's `build.gradle`: ```groovy -implementation 'dev.langchain4j:langchain4j-vertex-ai:1.11.9-beta19' +implementation 'dev.langchain4j:langchain4j-vertex-ai:1.18.0-beta28' ``` ### Try out an example code: diff --git a/docs/docs/integrations/embedding-models/hugging-face.md b/docs/docs/integrations/embedding-models/hugging-face.md index 83d865c9e8..f2411933a3 100644 --- a/docs/docs/integrations/embedding-models/hugging-face.md +++ b/docs/docs/integrations/embedding-models/hugging-face.md @@ -13,7 +13,7 @@ sidebar_position: 8 dev.langchain4j langchain4j-hugging-face - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-models/jina.md b/docs/docs/integrations/embedding-models/jina.md index 604e6e78ea..0939a20406 100644 --- a/docs/docs/integrations/embedding-models/jina.md +++ b/docs/docs/integrations/embedding-models/jina.md @@ -13,7 +13,7 @@ https://jina.ai/ dev.langchain4j langchain4j-jina - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-models/jlama.md b/docs/docs/integrations/embedding-models/jlama.md index 81ed3db653..b1d5f93236 100644 --- a/docs/docs/integrations/embedding-models/jlama.md +++ b/docs/docs/integrations/embedding-models/jlama.md @@ -16,13 +16,13 @@ For Maven project `pom.xml` dev.langchain4j langchain4j - 1.11.9 + 1.18.0 dev.langchain4j langchain4j-jlama - 1.11.9-beta19 + 1.18.0-beta28 @@ -38,8 +38,8 @@ For Maven project `pom.xml` For Gradle project `build.gradle` ```groovy -implementation 'dev.langchain4j:langchain4j:1.11.9' -implementation 'dev.langchain4j:langchain4j-jlama:1.11.9-beta19' +implementation 'dev.langchain4j:langchain4j:1.18.0' +implementation 'dev.langchain4j:langchain4j-jlama:1.18.0-beta28' ``` ## Embedding diff --git a/docs/docs/integrations/embedding-models/local-ai.md b/docs/docs/integrations/embedding-models/local-ai.md index 859df00cb9..7878f5e2d4 100644 --- a/docs/docs/integrations/embedding-models/local-ai.md +++ b/docs/docs/integrations/embedding-models/local-ai.md @@ -13,7 +13,7 @@ https://localai.io/ dev.langchain4j langchain4j-local-ai - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-models/mistral-ai.md b/docs/docs/integrations/embedding-models/mistral-ai.md index a58122f77e..f9869dfd1d 100644 --- a/docs/docs/integrations/embedding-models/mistral-ai.md +++ b/docs/docs/integrations/embedding-models/mistral-ai.md @@ -16,21 +16,21 @@ For Maven project `pom.xml` dev.langchain4j langchain4j - 1.11.9 + 1.18.0 dev.langchain4j langchain4j-mistral-ai - 1.11.9 + 1.18.0 ``` For Gradle project `build.gradle` ```groovy -implementation 'dev.langchain4j:langchain4j:1.11.9' -implementation 'dev.langchain4j:langchain4j-mistral-ai:1.11.9' +implementation 'dev.langchain4j:langchain4j:1.18.0' +implementation 'dev.langchain4j:langchain4j-mistral-ai:1.18.0' ``` #### API Key setup Add your MistralAI API key to your project, you can create a class ```ApiKeys.java``` with the following code diff --git a/docs/docs/integrations/embedding-models/nomic.md b/docs/docs/integrations/embedding-models/nomic.md index 3676f299a5..3d1b09db4a 100644 --- a/docs/docs/integrations/embedding-models/nomic.md +++ b/docs/docs/integrations/embedding-models/nomic.md @@ -13,7 +13,7 @@ https://home.nomic.ai/ dev.langchain4j langchain4j-nomic - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-models/ollama.md b/docs/docs/integrations/embedding-models/ollama.md index 5c737c680a..262849df7b 100644 --- a/docs/docs/integrations/embedding-models/ollama.md +++ b/docs/docs/integrations/embedding-models/ollama.md @@ -13,7 +13,7 @@ https://ollama.com/ dev.langchain4j langchain4j-ollama - 1.11.9 + 1.18.0 ``` diff --git a/docs/docs/integrations/embedding-models/open-ai-official.md b/docs/docs/integrations/embedding-models/open-ai-official.md index 07b7575b39..56eb47b654 100644 --- a/docs/docs/integrations/embedding-models/open-ai-official.md +++ b/docs/docs/integrations/embedding-models/open-ai-official.md @@ -38,7 +38,7 @@ It will also work with models supporting the OpenAI API. dev.langchain4j langchain4j-open-ai-official - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-models/open-ai.md b/docs/docs/integrations/embedding-models/open-ai.md index 5543cbac5f..2084a37209 100644 --- a/docs/docs/integrations/embedding-models/open-ai.md +++ b/docs/docs/integrations/embedding-models/open-ai.md @@ -26,7 +26,7 @@ LangChain4j provides 3 different integrations with OpenAI for using embedding mo dev.langchain4j langchain4j-open-ai - 1.11.9 + 1.18.0 ``` @@ -35,7 +35,7 @@ LangChain4j provides 3 different integrations with OpenAI for using embedding mo dev.langchain4j langchain4j-open-ai-spring-boot-starter - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-models/voyage-ai.md b/docs/docs/integrations/embedding-models/voyage-ai.md index db88829b4c..375dac0185 100644 --- a/docs/docs/integrations/embedding-models/voyage-ai.md +++ b/docs/docs/integrations/embedding-models/voyage-ai.md @@ -10,7 +10,7 @@ sidebar_position: 19 dev.langchain4j langchain4j-voyage-ai - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-models/watsonx.md b/docs/docs/integrations/embedding-models/watsonx.md index d3da8b1b23..372f51351d 100644 --- a/docs/docs/integrations/embedding-models/watsonx.md +++ b/docs/docs/integrations/embedding-models/watsonx.md @@ -13,7 +13,7 @@ sidebar_position: 23 dev.langchain4j langchain4j-watsonx - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-models/workers-ai.md b/docs/docs/integrations/embedding-models/workers-ai.md index 9b1a2009fc..be372efce3 100644 --- a/docs/docs/integrations/embedding-models/workers-ai.md +++ b/docs/docs/integrations/embedding-models/workers-ai.md @@ -13,7 +13,7 @@ https://developers.cloudflare.com/workers-ai/ dev.langchain4j langchain4j-workers-ai - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-stores/1-in-memory.md b/docs/docs/integrations/embedding-stores/1-in-memory.md index 26114ca5dc..d3dda29e68 100644 --- a/docs/docs/integrations/embedding-stores/1-in-memory.md +++ b/docs/docs/integrations/embedding-stores/1-in-memory.md @@ -17,7 +17,7 @@ It can also be persisted and restored to/from a JSON string or a file. dev.langchain4j langchain4j - 1.11.9 + 1.18.0 ``` diff --git a/docs/docs/integrations/embedding-stores/azure-ai-search.md b/docs/docs/integrations/embedding-stores/azure-ai-search.md index 5fb494de38..e8eb40f3d8 100644 --- a/docs/docs/integrations/embedding-stores/azure-ai-search.md +++ b/docs/docs/integrations/embedding-stores/azure-ai-search.md @@ -13,7 +13,7 @@ https://azure.microsoft.com/en-us/products/ai-services/ai-search/ dev.langchain4j langchain4j-azure-ai-search - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-stores/azure-cosmos-mongo-vcore.md b/docs/docs/integrations/embedding-stores/azure-cosmos-mongo-vcore.md index 2d1a353706..dc4264e5ac 100644 --- a/docs/docs/integrations/embedding-stores/azure-cosmos-mongo-vcore.md +++ b/docs/docs/integrations/embedding-stores/azure-cosmos-mongo-vcore.md @@ -13,7 +13,7 @@ https://azure.microsoft.com/en-us/products/cosmos-db/ dev.langchain4j langchain4j-azure-cosmos-mongo-vcore - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-stores/azure-cosmos-nosql.md b/docs/docs/integrations/embedding-stores/azure-cosmos-nosql.md index 5b62197eeb..6e13421e22 100644 --- a/docs/docs/integrations/embedding-stores/azure-cosmos-nosql.md +++ b/docs/docs/integrations/embedding-stores/azure-cosmos-nosql.md @@ -13,7 +13,7 @@ https://azure.microsoft.com/en-us/products/cosmos-db/ dev.langchain4j langchain4j-azure-cosmos-nosql - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-stores/chroma.md b/docs/docs/integrations/embedding-stores/chroma.md index 241055fc5a..1261ff16c8 100644 --- a/docs/docs/integrations/embedding-stores/chroma.md +++ b/docs/docs/integrations/embedding-stores/chroma.md @@ -13,7 +13,7 @@ https://www.trychroma.com/ dev.langchain4j langchain4j-chroma - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-stores/cockroachdb.md b/docs/docs/integrations/embedding-stores/cockroachdb.md index 262ab33889..899abc6a29 100644 --- a/docs/docs/integrations/embedding-stores/cockroachdb.md +++ b/docs/docs/integrations/embedding-stores/cockroachdb.md @@ -36,14 +36,14 @@ SET CLUSTER SETTING feature.vector_index.enabled = true; :::note Since CockroachDB support is part of `langchain4j-community`, it will be -available starting from version `1.11.9-beta19` or later. +available starting from version `1.18.0-beta28` or later. ::: ```xml dev.langchain4j langchain4j-community-cockroachdb - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-stores/coherence.md b/docs/docs/integrations/embedding-stores/coherence.md index f4c1de323f..63c002ea1f 100644 --- a/docs/docs/integrations/embedding-stores/coherence.md +++ b/docs/docs/integrations/embedding-stores/coherence.md @@ -12,7 +12,7 @@ https://coherence.community/ dev.langchain4j langchain4j-coherence - 1.11.9-beta19 + 1.18.0-beta28 ``` @@ -39,7 +39,7 @@ For example, to use Community Edition (CE), add the Coherence BOM to the depende dev.langchain4j langchain4j-coherence - 1.11.9-beta19 + 1.18.0-beta28 com.oracle.coherence.ce diff --git a/docs/docs/integrations/embedding-stores/couchbase.md b/docs/docs/integrations/embedding-stores/couchbase.md index fb3280f704..d22c92614f 100644 --- a/docs/docs/integrations/embedding-stores/couchbase.md +++ b/docs/docs/integrations/embedding-stores/couchbase.md @@ -13,7 +13,7 @@ https://www.couchbase.com/ dev.langchain4j langchain4j-couchbase - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-stores/elasticsearch.md b/docs/docs/integrations/embedding-stores/elasticsearch.md index 39213b4eb7..2156c89f8b 100644 --- a/docs/docs/integrations/embedding-stores/elasticsearch.md +++ b/docs/docs/integrations/embedding-stores/elasticsearch.md @@ -13,7 +13,7 @@ https://www.elastic.co/ dev.langchain4j langchain4j-elasticsearch - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-stores/hibernate.md b/docs/docs/integrations/embedding-stores/hibernate.md index 5dfd3c9610..6ec8288b56 100644 --- a/docs/docs/integrations/embedding-stores/hibernate.md +++ b/docs/docs/integrations/embedding-stores/hibernate.md @@ -15,13 +15,13 @@ RAG, and more. dev.langchain4j langchain4j-hibernate - 1.11.9-beta19 + 1.18.0-beta28 ``` ## Gradle Dependency -```implementation 'dev.langchain4j:langchain4j-hibernate:1.11.9-beta19'``` +```implementation 'dev.langchain4j:langchain4j-hibernate:1.18.0-beta28'``` ## APIs diff --git a/docs/docs/integrations/embedding-stores/infinispan.md b/docs/docs/integrations/embedding-stores/infinispan.md index 244f45473a..9d9d1d8c3e 100644 --- a/docs/docs/integrations/embedding-stores/infinispan.md +++ b/docs/docs/integrations/embedding-stores/infinispan.md @@ -24,7 +24,7 @@ From 15.2 Infinispan Server and above, metadata filtering is supported. dev.langchain4j langchain4j-infinispan - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-stores/jvector.md b/docs/docs/integrations/embedding-stores/jvector.md index 8f6bdf751c..82fc88ddad 100644 --- a/docs/docs/integrations/embedding-stores/jvector.md +++ b/docs/docs/integrations/embedding-stores/jvector.md @@ -14,7 +14,7 @@ JVector is a pure Java embedded vector search engine that provides high-performa dev.langchain4j langchain4j-community-jvector - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-stores/mariadb.md b/docs/docs/integrations/embedding-stores/mariadb.md index 7945ebd53a..d1604be180 100644 --- a/docs/docs/integrations/embedding-stores/mariadb.md +++ b/docs/docs/integrations/embedding-stores/mariadb.md @@ -13,7 +13,7 @@ https://mariadb.com/kb/en/vector-overview dev.langchain4j langchain4j-mariadb - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-stores/milvus.md b/docs/docs/integrations/embedding-stores/milvus.md index 59bcab61e6..43053a64ca 100644 --- a/docs/docs/integrations/embedding-stores/milvus.md +++ b/docs/docs/integrations/embedding-stores/milvus.md @@ -168,7 +168,7 @@ Built on the Milvus Java SDK v1. Supports dense vector search only. It will be r dev.langchain4j langchain4j-milvus - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-stores/mongodb-atlas.md b/docs/docs/integrations/embedding-stores/mongodb-atlas.md index 00655d1d15..65343ff78f 100644 --- a/docs/docs/integrations/embedding-stores/mongodb-atlas.md +++ b/docs/docs/integrations/embedding-stores/mongodb-atlas.md @@ -78,7 +78,7 @@ We also recommend adding the LangChain4j BOM: dev.langchain4j langchain4j-bom - 1.11.9-beta19 + 1.18.0-beta28 pom diff --git a/docs/docs/integrations/embedding-stores/opensearch.md b/docs/docs/integrations/embedding-stores/opensearch.md index 4226105f55..33849f7e17 100644 --- a/docs/docs/integrations/embedding-stores/opensearch.md +++ b/docs/docs/integrations/embedding-stores/opensearch.md @@ -13,7 +13,7 @@ https://opensearch.org/ dev.langchain4j langchain4j-opensearch - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-stores/oracle.md b/docs/docs/integrations/embedding-stores/oracle.md index c2844bfed9..e1dab812c5 100644 --- a/docs/docs/integrations/embedding-stores/oracle.md +++ b/docs/docs/integrations/embedding-stores/oracle.md @@ -12,7 +12,7 @@ the [AI Vector Search Feature](https://docs.oracle.com/en/database/oracle/oracle dev.langchain4j langchain4j-oracle - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-stores/pgvector.md b/docs/docs/integrations/embedding-stores/pgvector.md index 70d27fe253..121806a612 100644 --- a/docs/docs/integrations/embedding-stores/pgvector.md +++ b/docs/docs/integrations/embedding-stores/pgvector.md @@ -15,13 +15,13 @@ RAG, and more. dev.langchain4j langchain4j-pgvector - 1.11.9-beta19 + 1.18.0-beta28 ``` ## Gradle Dependency -```implementation 'dev.langchain4j:langchain4j-pgvector:1.11.9-beta19'``` +```implementation 'dev.langchain4j:langchain4j-pgvector:1.18.0-beta28'``` ## APIs diff --git a/docs/docs/integrations/embedding-stores/pinecone.md b/docs/docs/integrations/embedding-stores/pinecone.md index 6e79b78815..38ad630aeb 100644 --- a/docs/docs/integrations/embedding-stores/pinecone.md +++ b/docs/docs/integrations/embedding-stores/pinecone.md @@ -13,7 +13,7 @@ https://www.pinecone.io/ dev.langchain4j langchain4j-pinecone - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-stores/qdrant.md b/docs/docs/integrations/embedding-stores/qdrant.md index 9832743094..407c5f3e17 100644 --- a/docs/docs/integrations/embedding-stores/qdrant.md +++ b/docs/docs/integrations/embedding-stores/qdrant.md @@ -13,7 +13,7 @@ https://qdrant.tech/ dev.langchain4j langchain4j-qdrant - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-stores/tablestore.md b/docs/docs/integrations/embedding-stores/tablestore.md index 036a7f6e3a..59eef62dae 100644 --- a/docs/docs/integrations/embedding-stores/tablestore.md +++ b/docs/docs/integrations/embedding-stores/tablestore.md @@ -13,7 +13,7 @@ https://www.aliyun.com/product/ots dev.langchain4j langchain4j-tablestore - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-stores/vearch.md b/docs/docs/integrations/embedding-stores/vearch.md index f611825712..6544b9ddbc 100644 --- a/docs/docs/integrations/embedding-stores/vearch.md +++ b/docs/docs/integrations/embedding-stores/vearch.md @@ -19,7 +19,7 @@ Since `1.0.0-alpha1`, `langchain4j-vearch` has migrated to `langchain4j-communit dev.langchain4j langchain4j-vearch - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-stores/vespa.md b/docs/docs/integrations/embedding-stores/vespa.md index ac4d5125aa..b0d85d5663 100644 --- a/docs/docs/integrations/embedding-stores/vespa.md +++ b/docs/docs/integrations/embedding-stores/vespa.md @@ -13,7 +13,7 @@ https://vespa.ai/ dev.langchain4j langchain4j-vespa - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-stores/weaviate.md b/docs/docs/integrations/embedding-stores/weaviate.md index b66fc6c032..3e55f2d224 100644 --- a/docs/docs/integrations/embedding-stores/weaviate.md +++ b/docs/docs/integrations/embedding-stores/weaviate.md @@ -13,7 +13,7 @@ https://weaviate.io/ dev.langchain4j langchain4j-weaviate - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/embedding-stores/yugabytedb.md b/docs/docs/integrations/embedding-stores/yugabytedb.md index da95b152ba..88102f909e 100644 --- a/docs/docs/integrations/embedding-stores/yugabytedb.md +++ b/docs/docs/integrations/embedding-stores/yugabytedb.md @@ -9,14 +9,14 @@ sidebar_position: 25 ## Maven Dependency :::note -Since YugabyteDB support is part of `langchain4j-community`, it will be available starting from version `1.11.9-beta19` or later. +Since YugabyteDB support is part of `langchain4j-community`, it will be available starting from version `1.18.0-beta28` or later. ::: ```xml dev.langchain4j langchain4j-community-yugabytedb - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/image-models/azure-dall-e.md b/docs/docs/integrations/image-models/azure-dall-e.md index c73c4cc3a9..136ce95614 100644 --- a/docs/docs/integrations/image-models/azure-dall-e.md +++ b/docs/docs/integrations/image-models/azure-dall-e.md @@ -27,7 +27,7 @@ that can be used for various image processing tasks. dev.langchain4j langchain4j-azure-open-ai - 1.11.9 + 1.18.0 ``` @@ -36,7 +36,7 @@ that can be used for various image processing tasks. dev.langchain4j langchain4j-azure-open-ai-spring-boot-starter - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/image-models/dall-e.md b/docs/docs/integrations/image-models/dall-e.md index 93c8be02d6..9562081a6b 100644 --- a/docs/docs/integrations/image-models/dall-e.md +++ b/docs/docs/integrations/image-models/dall-e.md @@ -25,7 +25,7 @@ LangChain4j provides 3 different integrations with OpenAI for generating images, dev.langchain4j langchain4j-open-ai - 1.11.9 + 1.18.0 ``` @@ -34,7 +34,7 @@ LangChain4j provides 3 different integrations with OpenAI for generating images, dev.langchain4j langchain4j-open-ai-spring-boot-starter - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/image-models/imagen.md b/docs/docs/integrations/image-models/imagen.md index 331eaa8e0f..3207fe7a5f 100644 --- a/docs/docs/integrations/image-models/imagen.md +++ b/docs/docs/integrations/image-models/imagen.md @@ -13,7 +13,7 @@ sidebar_position: 4 dev.langchain4j langchain4j-vertex-ai - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/image-models/open-ai-official.md b/docs/docs/integrations/image-models/open-ai-official.md index 72a20f949e..6b47fedcb3 100644 --- a/docs/docs/integrations/image-models/open-ai-official.md +++ b/docs/docs/integrations/image-models/open-ai-official.md @@ -37,7 +37,7 @@ It will also work with models supporting the OpenAI API. dev.langchain4j langchain4j-open-ai-official - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/image-models/workers-ai.md b/docs/docs/integrations/image-models/workers-ai.md index ebdd03ebc5..0a1f466366 100644 --- a/docs/docs/integrations/image-models/workers-ai.md +++ b/docs/docs/integrations/image-models/workers-ai.md @@ -11,7 +11,7 @@ https://developers.cloudflare.com/workers-ai/ dev.langchain4j langchain4j-workers-ai - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/language-models/amazon-bedrock.md b/docs/docs/integrations/language-models/amazon-bedrock.md index 4ea746a299..03af422822 100644 --- a/docs/docs/integrations/language-models/amazon-bedrock.md +++ b/docs/docs/integrations/language-models/amazon-bedrock.md @@ -10,7 +10,7 @@ sidebar_position: 1 dev.langchain4j langchain4j-bedrock - 1.11.9 + 1.18.0 ``` diff --git a/docs/docs/integrations/language-models/anthropic.md b/docs/docs/integrations/language-models/anthropic.md index a8d5eb0591..b0c9a689e5 100644 --- a/docs/docs/integrations/language-models/anthropic.md +++ b/docs/docs/integrations/language-models/anthropic.md @@ -13,7 +13,7 @@ sidebar_position: 2 dev.langchain4j langchain4j-anthropic - 1.11.9 + 1.18.0 ``` @@ -763,7 +763,7 @@ Import Spring Boot starter for Anthropic: dev.langchain4j langchain4j-anthropic-spring-boot-starter - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/language-models/azure-open-ai.md b/docs/docs/integrations/language-models/azure-open-ai.md index 691393919b..794b806f19 100644 --- a/docs/docs/integrations/language-models/azure-open-ai.md +++ b/docs/docs/integrations/language-models/azure-open-ai.md @@ -32,7 +32,7 @@ The `langchain4j-azure-open-ai` library is available on Maven Central. dev.langchain4j langchain4j-azure-open-ai - 1.11.9 + 1.18.0 ``` @@ -44,7 +44,7 @@ A Spring Boot starter is available to configure the `langchain4j-azure-open-ai` dev.langchain4j langchain4j-azure-open-ai-spring-boot-starter - 1.11.9-beta19 + 1.18.0-beta28 ``` @@ -358,7 +358,7 @@ The audio transcription feature is included in the main `langchain4j-azure-open- dev.langchain4j langchain4j-azure-open-ai - 1.11.9 + 1.18.0 ``` diff --git a/docs/docs/integrations/language-models/github-models.md b/docs/docs/integrations/language-models/github-models.md index 8ff80ebe79..7ab2b037b8 100644 --- a/docs/docs/integrations/language-models/github-models.md +++ b/docs/docs/integrations/language-models/github-models.md @@ -35,7 +35,7 @@ Once you are ready to bring your application to production, you can switch to a dev.langchain4j langchain4j-github-models - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/language-models/google-ai-gemini.md b/docs/docs/integrations/language-models/google-ai-gemini.md index 6955a7bbf9..429b73973a 100644 --- a/docs/docs/integrations/language-models/google-ai-gemini.md +++ b/docs/docs/integrations/language-models/google-ai-gemini.md @@ -39,7 +39,7 @@ https://ai.google.dev/gemini-api/docs dev.langchain4j langchain4j-google-ai-gemini - 1.11.9 + 1.18.0 ``` diff --git a/docs/docs/integrations/language-models/google-genai.md b/docs/docs/integrations/language-models/google-genai.md index 8da4085519..f7b7be7a3d 100644 --- a/docs/docs/integrations/language-models/google-genai.md +++ b/docs/docs/integrations/language-models/google-genai.md @@ -40,7 +40,7 @@ https://github.com/googleapis/java-genai dev.langchain4j langchain4j-google-genai - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/language-models/google-vertex-ai-anthropic.md b/docs/docs/integrations/language-models/google-vertex-ai-anthropic.md index 53e23d6611..d94182f1e9 100644 --- a/docs/docs/integrations/language-models/google-vertex-ai-anthropic.md +++ b/docs/docs/integrations/language-models/google-vertex-ai-anthropic.md @@ -75,14 +75,14 @@ To get started, add the following dependencies to your project's `pom.xml`: dev.langchain4j langchain4j-vertex-ai-anthropic - 1.11.9-beta19 + 1.18.0-beta28 ``` or project's `build.gradle`: ```groovy -implementation 'dev.langchain4j:langchain4j-vertex-ai-anthropic:1.11.9-beta19' +implementation 'dev.langchain4j:langchain4j-vertex-ai-anthropic:1.18.0-beta28' ``` ### Try out an example code diff --git a/docs/docs/integrations/language-models/google-vertex-ai-gemini.md b/docs/docs/integrations/language-models/google-vertex-ai-gemini.md index 232c75bbaa..5d96f77359 100644 --- a/docs/docs/integrations/language-models/google-vertex-ai-gemini.md +++ b/docs/docs/integrations/language-models/google-vertex-ai-gemini.md @@ -68,14 +68,14 @@ To get started, add the following dependencies to your project's `pom.xml`: dev.langchain4j langchain4j-vertex-ai-gemini - 1.11.9-beta19 + 1.18.0-beta28 ``` or project's `build.gradle`: ```groovy -implementation 'dev.langchain4j:langchain4j-vertex-ai-gemini:1.11.9-beta19' +implementation 'dev.langchain4j:langchain4j-vertex-ai-gemini:1.18.0-beta28' ``` ### Try out an example code: diff --git a/docs/docs/integrations/language-models/gpullama3-java.md b/docs/docs/integrations/language-models/gpullama3-java.md index a2ceb53d2f..d4e0c9783d 100644 --- a/docs/docs/integrations/language-models/gpullama3-java.md +++ b/docs/docs/integrations/language-models/gpullama3-java.md @@ -19,13 +19,13 @@ For Maven project `pom.xml` dev.langchain4j langchain4j - 1.11.9 + 1.18.0 dev.langchain4j langchain4j-gpu-llama3 -1.11.9-beta19 +1.18.0-beta28 ``` @@ -33,8 +33,8 @@ For Maven project `pom.xml` For Gradle project `build.gradle` ```groovy -implementation 'dev.langchain4j:langchain4j:1.11.9' -implementation 'dev.langchain4j:langchain4j-gpu-llama3:1.11.9-beta19' +implementation 'dev.langchain4j:langchain4j:1.18.0' +implementation 'dev.langchain4j:langchain4j-gpu-llama3:1.18.0-beta28' ``` --- ## Model Compatibility @@ -175,7 +175,7 @@ mvn clean package Your main JAR will be located at: ```bash -target/gpullama3.java-example-1.11.9-beta19.jar +target/gpullama3.java-example-1.18.0-beta28.jar ``` #### **Step 4 — Run the program directly with Java** @@ -183,7 +183,7 @@ You can now run the example with all JVM and Tornado flags: ```bash JAVA_BIN=/home/mikepapadim/.sdkman/candidates/java/current/bin/java -CP="target/gpullama3.java-example-1.11.9-beta19.jar:$(cat cp.txt)" +CP="target/gpullama3.java-example-1.18.0-beta28.jar:$(cat cp.txt)" $JAVA_BIN \ -server \ diff --git a/docs/docs/integrations/language-models/hugging-face.md b/docs/docs/integrations/language-models/hugging-face.md index dbc6543573..8265fb7c10 100644 --- a/docs/docs/integrations/language-models/hugging-face.md +++ b/docs/docs/integrations/language-models/hugging-face.md @@ -14,7 +14,7 @@ you need to import the `langchain4j-open-ai` module, as Hugging Face Inference P dev.langchain4j langchain4j-open-ai - 1.11.9 + 1.18.0 ``` diff --git a/docs/docs/integrations/language-models/jlama.md b/docs/docs/integrations/language-models/jlama.md index 8c79a3ae30..a0bbd48e99 100644 --- a/docs/docs/integrations/language-models/jlama.md +++ b/docs/docs/integrations/language-models/jlama.md @@ -16,13 +16,13 @@ For Maven project `pom.xml` dev.langchain4j langchain4j - 1.11.9 + 1.18.0 dev.langchain4j langchain4j-jlama - 1.11.9-beta19 + 1.18.0-beta28 @@ -39,8 +39,8 @@ For Maven project `pom.xml` For Gradle project `build.gradle` ```groovy -implementation 'dev.langchain4j:langchain4j:1.11.9' -implementation 'dev.langchain4j:langchain4j-jlama:1.11.9-beta19' +implementation 'dev.langchain4j:langchain4j:1.18.0' +implementation 'dev.langchain4j:langchain4j-jlama:1.18.0-beta28' ``` Jlama uses Java 21 preview features. You can enable the features globally with: diff --git a/docs/docs/integrations/language-models/local-ai.md b/docs/docs/integrations/language-models/local-ai.md index d61fda90bc..bd282e35c5 100644 --- a/docs/docs/integrations/language-models/local-ai.md +++ b/docs/docs/integrations/language-models/local-ai.md @@ -13,7 +13,7 @@ https://localai.io/ dev.langchain4j langchain4j-local-ai - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/language-models/mistral-ai.md b/docs/docs/integrations/language-models/mistral-ai.md index 9adff876da..83e94a3d22 100644 --- a/docs/docs/integrations/language-models/mistral-ai.md +++ b/docs/docs/integrations/language-models/mistral-ai.md @@ -16,21 +16,21 @@ For Maven project `pom.xml` dev.langchain4j langchain4j - 1.11.9 + 1.18.0 dev.langchain4j langchain4j-mistral-ai - 1.11.9 + 1.18.0 ``` For Gradle project `build.gradle` ```groovy -implementation 'dev.langchain4j:langchain4j:1.11.9' -implementation 'dev.langchain4j:langchain4j-mistral-ai:1.11.9' +implementation 'dev.langchain4j:langchain4j:1.18.0' +implementation 'dev.langchain4j:langchain4j-mistral-ai:1.18.0' ``` ### API Key setup Add your MistralAI API key to your project, you can create a class ```ApiKeys.java``` with the following code @@ -183,7 +183,7 @@ public class PaymentTransactionTool { "transaction_id", List.of("T1001", "T1002", "T1003", "T1004", "T1005"), "customer_id", List.of("C001", "C002", "C003", "C002", "C001"), "payment_amount", List.of("125.50", "89.99", "120.00", "54.30", "210.20"), - "payment_date", List.of("2021.11.95", "2021.11.96", "2021.11.97", "2021.11.95", "2021.11.98"), + "payment_date", List.of("2021.18.05", "2021.18.06", "2021.18.07", "2021.18.05", "2021.18.08"), "payment_status", List.of("Paid", "Unpaid", "Paid", "Paid", "Pending")); ... diff --git a/docs/docs/integrations/language-models/oci-genai.md b/docs/docs/integrations/language-models/oci-genai.md index 152cc5d7d7..1196c5be83 100644 --- a/docs/docs/integrations/language-models/oci-genai.md +++ b/docs/docs/integrations/language-models/oci-genai.md @@ -18,7 +18,7 @@ With dedicated AI clusters, you can host foundational models on dedicated GPUs t dev.langchain4j langchain4j-community-oci-genai - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/language-models/ollama.md b/docs/docs/integrations/language-models/ollama.md index 25f55d5a05..7721654fcd 100644 --- a/docs/docs/integrations/language-models/ollama.md +++ b/docs/docs/integrations/language-models/ollama.md @@ -36,7 +36,7 @@ To get started, add the following dependencies to your project's `pom.xml`: dev.langchain4j langchain4j-ollama - 1.11.9 + 1.18.0 diff --git a/docs/docs/integrations/language-models/open-ai-official.md b/docs/docs/integrations/language-models/open-ai-official.md index 557e6fd666..2584f05631 100644 --- a/docs/docs/integrations/language-models/open-ai-official.md +++ b/docs/docs/integrations/language-models/open-ai-official.md @@ -38,7 +38,7 @@ It will also work with models supporting the OpenAI API, such as DeepSeek. dev.langchain4j langchain4j-open-ai-official - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/language-models/open-ai.md b/docs/docs/integrations/language-models/open-ai.md index a87eb3d3a9..d9e4a977df 100644 --- a/docs/docs/integrations/language-models/open-ai.md +++ b/docs/docs/integrations/language-models/open-ai.md @@ -31,7 +31,7 @@ LangChain4j provides 3 different integrations with OpenAI for using chat models, dev.langchain4j langchain4j-open-ai - 1.11.9 + 1.18.0 ``` @@ -40,7 +40,7 @@ LangChain4j provides 3 different integrations with OpenAI for using chat models, dev.langchain4j langchain4j-open-ai-spring-boot-starter - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/language-models/openai-compatible.md b/docs/docs/integrations/language-models/openai-compatible.md index 307975e17d..a743dd3495 100644 --- a/docs/docs/integrations/language-models/openai-compatible.md +++ b/docs/docs/integrations/language-models/openai-compatible.md @@ -67,7 +67,7 @@ First, make sure you have the OpenAI module in your `pom.xml` or Gradle build fi dev.langchain4j langchain4j-open-ai - 1.11.9 + 1.18.0 ``` @@ -76,7 +76,7 @@ First, make sure you have the OpenAI module in your `pom.xml` or Gradle build fi dev.langchain4j langchain4j-open-ai-spring-boot-starter - 1.11.9-beta19 + 1.18.0-beta28 ``` @@ -197,7 +197,7 @@ ChatModel model = OpenAiChatModel.builder() dev.langchain4j langchain4j-http-client-jdk - 1.11.9 + 1.18.0 ``` 6. Configure LangChain4j and specify the `httpClientBuilder` diff --git a/docs/docs/integrations/language-models/qianfan.md b/docs/docs/integrations/language-models/qianfan.md index a850387f3f..f13f229de7 100644 --- a/docs/docs/integrations/language-models/qianfan.md +++ b/docs/docs/integrations/language-models/qianfan.md @@ -308,7 +308,7 @@ LangChain4j has an "Easy RAG" feature that makes it as easy as possible to get s dev.langchain4j langchain4j-easy-rag - 1.11.9-beta19 + 1.18.0-beta28 ``` - Use diff --git a/docs/docs/integrations/language-models/watsonx.md b/docs/docs/integrations/language-models/watsonx.md index ff2696790b..c5a9fb7029 100644 --- a/docs/docs/integrations/language-models/watsonx.md +++ b/docs/docs/integrations/language-models/watsonx.md @@ -13,7 +13,7 @@ sidebar_position: 22 dev.langchain4j langchain4j-watsonx - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/language-models/workers-ai.md b/docs/docs/integrations/language-models/workers-ai.md index 9ed6c113f6..8992e00276 100644 --- a/docs/docs/integrations/language-models/workers-ai.md +++ b/docs/docs/integrations/language-models/workers-ai.md @@ -13,7 +13,7 @@ https://developers.cloudflare.com/workers-ai/ dev.langchain4j langchain4j-workers-ai - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/model-router/model-router.md b/docs/docs/integrations/model-router/model-router.md index 90bc4eca8c..41246e5e4b 100644 --- a/docs/docs/integrations/model-router/model-router.md +++ b/docs/docs/integrations/model-router/model-router.md @@ -16,7 +16,7 @@ The `langchain4j-community-model-router`library is available on Maven Central. dev.langchain4j langchain4j-community-model-router - 1.11.9-beta19 + 1.18.0-beta28 ``` ## FailoverStrategy diff --git a/docs/docs/integrations/scoring-reranking-models/cohere.md b/docs/docs/integrations/scoring-reranking-models/cohere.md index 9b2a7527e4..66bda4ebcb 100644 --- a/docs/docs/integrations/scoring-reranking-models/cohere.md +++ b/docs/docs/integrations/scoring-reranking-models/cohere.md @@ -10,7 +10,7 @@ sidebar_position: 2 dev.langchain4j langchain4j-cohere - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/scoring-reranking-models/in-process.md b/docs/docs/integrations/scoring-reranking-models/in-process.md index 8d89e408c4..2e8ee1eaf0 100644 --- a/docs/docs/integrations/scoring-reranking-models/in-process.md +++ b/docs/docs/integrations/scoring-reranking-models/in-process.md @@ -21,7 +21,7 @@ By default, scoring (reranking) model uses the CPU. dev.langchain4j langchain4j-onnx-scoring - 1.11.9-beta19 + 1.18.0-beta28 ``` ```java @@ -39,7 +39,7 @@ If you want to use the GPU, `onnxruntime_gpu` version can be found dev.langchain4j langchain4j-onnx-scoring - 1.11.9-beta19 + 1.18.0-beta28 com.microsoft.onnxruntime @@ -48,11 +48,11 @@ If you want to use the GPU, `onnxruntime_gpu` version can be found - + com.microsoft.onnxruntime onnxruntime_gpu - 1.11.9 + 1.18.0 ``` diff --git a/docs/docs/integrations/scoring-reranking-models/jina-ai.md b/docs/docs/integrations/scoring-reranking-models/jina-ai.md index dc5ea371cb..38adade976 100644 --- a/docs/docs/integrations/scoring-reranking-models/jina-ai.md +++ b/docs/docs/integrations/scoring-reranking-models/jina-ai.md @@ -20,7 +20,7 @@ It looks beyond the surface-level matching of terms to consider the deeper inter dev.langchain4j langchain4j-jina - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/scoring-reranking-models/vertex-ai.md b/docs/docs/integrations/scoring-reranking-models/vertex-ai.md index 686d2ae327..4394b1eca2 100644 --- a/docs/docs/integrations/scoring-reranking-models/vertex-ai.md +++ b/docs/docs/integrations/scoring-reranking-models/vertex-ai.md @@ -23,7 +23,7 @@ search results page. dev.langchain4j langchain4j-vertex-ai - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/scoring-reranking-models/voyage-ai.md b/docs/docs/integrations/scoring-reranking-models/voyage-ai.md index 3377a3ad9e..71f1968316 100644 --- a/docs/docs/integrations/scoring-reranking-models/voyage-ai.md +++ b/docs/docs/integrations/scoring-reranking-models/voyage-ai.md @@ -10,7 +10,7 @@ sidebar_position: 5 dev.langchain4j langchain4j-voyage-ai - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/scoring-reranking-models/watsonx.md b/docs/docs/integrations/scoring-reranking-models/watsonx.md index 5e86df8945..284a4a52dc 100644 --- a/docs/docs/integrations/scoring-reranking-models/watsonx.md +++ b/docs/docs/integrations/scoring-reranking-models/watsonx.md @@ -13,7 +13,7 @@ sidebar_position: 7 dev.langchain4j langchain4j-watsonx - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/web-search-engines/google-custom-search.md b/docs/docs/integrations/web-search-engines/google-custom-search.md index f9eb3c8138..9255047438 100644 --- a/docs/docs/integrations/web-search-engines/google-custom-search.md +++ b/docs/docs/integrations/web-search-engines/google-custom-search.md @@ -13,7 +13,7 @@ https://programmablesearchengine.google.com/ dev.langchain4j langchain4j-web-search-engine-google-custom - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/integrations/web-search-engines/searchapi.md b/docs/docs/integrations/web-search-engines/searchapi.md index 6e0a93ee2e..8e7e6949a4 100644 --- a/docs/docs/integrations/web-search-engines/searchapi.md +++ b/docs/docs/integrations/web-search-engines/searchapi.md @@ -15,14 +15,14 @@ Add the following dependencies to your project's `pom.xml`: dev.langchain4j langchain4j-web-search-engine-searchapi - 1.11.9-beta19 + 1.18.0-beta28 ``` or project's `build.gradle`: ```groovy -implementation 'dev.langchain4j:langchain4j-web-search-engine-searchapi:1.11.9-beta19' +implementation 'dev.langchain4j:langchain4j-web-search-engine-searchapi:1.18.0-beta28' ``` ### Example code: diff --git a/docs/docs/integrations/web-search-engines/tavily.md b/docs/docs/integrations/web-search-engines/tavily.md index 744d40b3e6..bd31154097 100644 --- a/docs/docs/integrations/web-search-engines/tavily.md +++ b/docs/docs/integrations/web-search-engines/tavily.md @@ -13,7 +13,7 @@ https://tavily.com/ dev.langchain4j langchain4j-web-search-engine-tavily - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/tutorials/agents.md b/docs/docs/tutorials/agents.md index 9727e452c5..62f1a3f771 100644 --- a/docs/docs/tutorials/agents.md +++ b/docs/docs/tutorials/agents.md @@ -917,7 +917,7 @@ so it will reveal the nested sequence of agents invocations necessary to generat ``` AgentInvocation{agent=Sequential, startTime=2026-03-18T17:27:28.099439515, finishTime=2026-03-18T17:27:38.683498783, duration=10584 ms, tokens=0, inputs={topic=dragons and wiz..., style=comedy}, output=In a realm wher...} -|=> AgentInvocation{agent=generateStory, startTime=2026-03-18T17:27:28.1.11.9287, finishTime=2026-03-18T17:27:31.033561726, duration=2932 ms, tokens=127, inputs={topic=dragons and wiz...}, output=In a realm wher...} +|=> AgentInvocation{agent=generateStory, startTime=2026-03-18T17:27:28.1.18.0287, finishTime=2026-03-18T17:27:31.033561726, duration=2932 ms, tokens=127, inputs={topic=dragons and wiz...}, output=In a realm wher...} |=> AgentInvocation{agent=reviewLoop, startTime=2026-03-18T17:27:31.035952285, finishTime=2026-03-18T17:27:38.683438433, duration=7647 ms, tokens=0, inputs={score=0.8, topic=dragons and wiz..., style=comedy, story=In a realm wher...}, output=null} |=> AgentInvocation{agent=scoreStyle, iteration=0, startTime=2026-03-18T17:27:31.036155107, finishTime=2026-03-18T17:27:31.671478699, duration=635 ms, tokens=152, inputs={style=comedy, story=In a realm wher...}, output=0.2} |=> AgentInvocation{agent=editStory, iteration=0, startTime=2026-03-18T17:27:31.671711250, finishTime=2026-03-18T17:27:38.182881941, duration=6511 ms, tokens=491, inputs={style=comedy, story=In a realm wher...}, output=In a realm wher...} @@ -1418,7 +1418,7 @@ AgentInvocation{agentName='withdraw', arguments={user=Mario, amount=115.0}} AgentInvocation{agentName='credit', arguments={user=Georgios, amount=115.0}} -AgentInvocation{agentName='done', arguments={response=The transfer of 100 EUR from Mario's account to Georgios' account has been completed. Mario's balance is 885.0 USD, and Georgios' balance is 1.11.9 USD. The conversion rate was 1.15 EUR to USD.}} +AgentInvocation{agentName='done', arguments={response=The transfer of 100 EUR from Mario's account to Georgios' account has been completed. Mario's balance is 885.0 USD, and Georgios' balance is 1.18.0 USD. The conversion rate was 1.15 EUR to USD.}} ``` The last invocation is a special one that signals the supervisor believes the task has been completed, and returns as a response a summary of all the operations performed. diff --git a/docs/docs/tutorials/ai-services.md b/docs/docs/tutorials/ai-services.md index 71859a159d..67c79f8286 100644 --- a/docs/docs/tutorials/ai-services.md +++ b/docs/docs/tutorials/ai-services.md @@ -700,7 +700,7 @@ For this, please import `langchain4j-reactor` module: dev.langchain4j langchain4j-reactor - 1.11.9-beta19 + 1.18.0-beta28 ``` ```java diff --git a/docs/docs/tutorials/payara-micro-integration.md b/docs/docs/tutorials/payara-micro-integration.md index f28707a85a..a71b826de8 100644 --- a/docs/docs/tutorials/payara-micro-integration.md +++ b/docs/docs/tutorials/payara-micro-integration.md @@ -17,7 +17,7 @@ First, add the core langchain4j dependency and the specific model integration mo 21 10.0.0 6.2025.5 - 1.11.9 + 1.18.0 diff --git a/docs/docs/tutorials/rag.md b/docs/docs/tutorials/rag.md index d3bde67d89..6a0ef4aa38 100644 --- a/docs/docs/tutorials/rag.md +++ b/docs/docs/tutorials/rag.md @@ -105,7 +105,7 @@ adjusting and customizing more and more aspects. dev.langchain4j langchain4j-easy-rag - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/tutorials/skills.md b/docs/docs/tutorials/skills.md index 6f455c193e..28ed60555d 100644 --- a/docs/docs/tutorials/skills.md +++ b/docs/docs/tutorials/skills.md @@ -60,7 +60,7 @@ Use `FileSystemSkillLoader` from the `langchain4j-skills` module to load skills dev.langchain4j langchain4j-skills - 1.11.9-beta19 + 1.18.0-beta28 ``` @@ -465,7 +465,7 @@ Shell execution lives in a separate experimental artifact — add it to your bui dev.langchain4j langchain4j-experimental-skills-shell - 1.11.9-beta19 + 1.18.0-beta28 ``` diff --git a/docs/docs/tutorials/spring-boot-integration.md b/docs/docs/tutorials/spring-boot-integration.md index 9d1f369703..ce8de9037b 100644 --- a/docs/docs/tutorials/spring-boot-integration.md +++ b/docs/docs/tutorials/spring-boot-integration.md @@ -31,7 +31,7 @@ For example, for OpenAI (`langchain4j-open-ai`): dev.langchain4j langchain4j-open-ai-spring-boot-starter - 1.11.9-beta19 + 1.18.0-beta28 ``` @@ -40,7 +40,7 @@ For example, for OpenAI (`langchain4j-open-ai`): dev.langchain4j langchain4j-open-ai-spring-boot4-starter - 1.11.9-beta19 + 1.18.0-beta28 ``` @@ -93,7 +93,7 @@ import `langchain4j-spring-boot-starter` (Spring Boot 3) or `langchain4j-spring- dev.langchain4j langchain4j-spring-boot-starter - 1.11.9-beta19 + 1.18.0-beta28 ``` @@ -102,7 +102,7 @@ import `langchain4j-spring-boot-starter` (Spring Boot 3) or `langchain4j-spring- dev.langchain4j langchain4j-spring-boot4-starter - 1.11.9-beta19 + 1.18.0-beta28 ``` @@ -298,12 +298,12 @@ For Maven: dev.langchain4j langchain4j-micrometer-metrics - 1.11.9-beta19 + 1.18.0-beta28 ``` For Gradle: ```gradle -implementation 'dev.langchain4j:langchain4j-micrometer-metrics:1.11.9-beta19' +implementation 'dev.langchain4j:langchain4j-micrometer-metrics:1.18.0-beta28' ``` #### Micrometer (Actuator) Configuration