This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch 44
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/44 by this push:
new 6320149b Remove 4.4 docs
6320149b is described below
commit 6320149badf4388b3b7ad3747e972b588cd71a8c
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Feb 20 17:26:30 2025 +0100
Remove 4.4 docs
---
content/blog/2024/02/camel44-whatsnew/index.md | 2 +-
content/blog/2024/09/data-extraction-example/index.md | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/content/blog/2024/02/camel44-whatsnew/index.md
b/content/blog/2024/02/camel44-whatsnew/index.md
index 20ef7770..67049973 100644
--- a/content/blog/2024/02/camel44-whatsnew/index.md
+++ b/content/blog/2024/02/camel44-whatsnew/index.md
@@ -139,7 +139,7 @@ Upgraded to latest Spring Boot 3.2.2 release.
## Kotlin API
-We have introduced new experimental [Kotlin
API](/components/4.4.x/others/kotlin-api.html)
+We have introduced new experimental Kotlin API
for defining Camel routes in Kotlin with the `camel-kotlin-api` JAR.
This provides Kotlin type-safe builders as building blocks of Camel entities.
diff --git a/content/blog/2024/09/data-extraction-example/index.md
b/content/blog/2024/09/data-extraction-example/index.md
index 44b8d109..bbc40e16 100644
--- a/content/blog/2024/09/data-extraction-example/index.md
+++ b/content/blog/2024/09/data-extraction-example/index.md
@@ -7,7 +7,7 @@ categories: ["Camel", "AI"]
preview: "Detail a concrete example of how to turn unstructured data into
structured data with Camel Quarkus and Quarkus LangChain4j."
---
-This blog post shows a concrete example of transforming raw unstructured text
into structured Java objects with [Camel
Quarkus](/camel-quarkus/3.8.x/index.html) and [Quarkus
LangChain4j](https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html).
+This blog post shows a concrete example of transforming raw unstructured text
into structured Java objects with Camel Quarkus and [Quarkus
LangChain4j](https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html).
# Introduction
@@ -142,6 +142,6 @@ Told that way, it seems Apache Camel routes doing data
extraction could become a
That said, this example only demonstrates a working prototype.
It would be very interesting to see a concrete larger scale experiment with
actual data from a true organization.
-It should possible to learn what accuracy is achievable from 100 raw texts
with their corresponding expected JSON output.
+It should be possible to learn what accuracy is achievable from 100 raw texts
with their corresponding expected JSON output.
Having access to some GPUs could speed up the inference computation that takes
quite some time to be honest.
-If any reader would be interested in such a larger scale experiment, feel
welcome to ping us.
+If any reader were interested in such a larger scale experiment, feel welcome
to ping us.