This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch data-extraction-example in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 7e76b2020b29160368fbae52f752f85e2ddc8ca9 Author: aldettinger <aldettin...@gmail.com> AuthorDate: Fri Jul 26 15:54:32 2024 +0200 Add TODOs instructions --- .../src/test/java/org/acme/extraction/RouteTest.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data-extract-langchain4j/src/test/java/org/acme/extraction/RouteTest.java b/data-extract-langchain4j/src/test/java/org/acme/extraction/RouteTest.java index 6677026..a51f4e9 100644 --- a/data-extract-langchain4j/src/test/java/org/acme/extraction/RouteTest.java +++ b/data-extract-langchain4j/src/test/java/org/acme/extraction/RouteTest.java @@ -17,6 +17,13 @@ import static org.hamcrest.Matchers.empty; import static org.hamcrest.Matchers.is; import static org.hamcrest.Matchers.not; +/** + * TODO: The routeSchema is not up to date + * TODO: Add kubernetes and openshift deployment + * TODO: Consume from an unstructured data store + * TODO: Correct all TODOs in the example + * TODO: Write example instructions + */ @QuarkusTestResource(OllamaTestResource.class) @QuarkusTest public class RouteTest {