This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit 0fc56025a626f2f343940ccc4bd66d722c7b6b97 Author: aldettinger <aldettin...@gmail.com> AuthorDate: Fri Jul 19 15:59:25 2024 +0200 Revert "fix attempt relative links" This reverts commit e3c8adbe9cab690b33d088cc11b9358eaf5d9e36. --- content/blog/2024/07/data-extraction-first-experiment/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/2024/07/data-extraction-first-experiment/index.md b/content/blog/2024/07/data-extraction-first-experiment/index.md index a2662c4f..4519cecd 100644 --- a/content/blog/2024/07/data-extraction-first-experiment/index.md +++ b/content/blog/2024/07/data-extraction-first-experiment/index.md @@ -14,7 +14,7 @@ directions about how to convert a conversation transcript into a Java object. Reading articles like [this](https://www.perfect-memory.com/unlock-the-potential-of-unstructured-data/) over the net, it seems that folks have a lot of unstructured data at disposal while not being able to take advantage on it. So probably, in the future we might expect to deal more and more with unstructured data extraction in integration flow. -From there, I started to experiment about ways to do it with Apache Camel. In this article, I don't come up with full packaged examples but still can share some directions about how to do it. Precisely, we'll use the [langchain4j](https://github.com/langchain4j/langchain4j) high level api in conjunction with camel [bean binding capabilities](manual/bean-binding.html). +From there, I started to experiment about ways to do it with Apache Camel. In this article, I don't come up with full packaged examples but still can share some directions about how to do it. Precisely, we'll use the [langchain4j](https://github.com/langchain4j/langchain4j) high level api in conjunction with camel [bean binding capabilities](https://camel.apache.org/manual/bean-binding.html). Let's share some directions. @@ -121,7 +121,7 @@ The extracted `CustomPojo` could then be pretty printed with any home defined me # Let's send a conversation transcript to the route -The goodness with Camel is that conversation transcript could originate from a lot of systems given the high number of [components available](components/latest/index.html). +The goodness with Camel is that conversation transcript could originate from a lot of systems given the high number of [components available](https://camel.apache.org/components/4.4.x/index.html). So, let's send a conversation transcript into the route: