This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit a80db0272d8e843b68fb3f3c3eb4602b81cd202b Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Thu Aug 1 17:05:56 2024 +0200 CAMEL-21040: fix documentation in camel-langchain4j-web-search --- .../src/main/docs/langchain4j-web-search-component.adoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/components/camel-ai/camel-langchain4j-web-search/src/main/docs/langchain4j-web-search-component.adoc b/components/camel-ai/camel-langchain4j-web-search/src/main/docs/langchain4j-web-search-component.adoc index ac6483137bc..5dd6d12a847 100644 --- a/components/camel-ai/camel-langchain4j-web-search/src/main/docs/langchain4j-web-search-component.adoc +++ b/components/camel-ai/camel-langchain4j-web-search/src/main/docs/langchain4j-web-search-component.adoc @@ -15,10 +15,9 @@ *{component-header}* -The LangChain4j Web Search component provides support to perform a web search using the https://docs.langchain4j.dev/[LangChain4j] Web Search Engines. +The LangChain4j Web Search component provides support for web searching using the https://docs.langchain4j.dev/[LangChain4j] Web Search Engines. -Maven users will need to add the following dependency to their `pom.xml` -for this component: +Maven users will need to add the following dependency to their `pom.xml` for this component: [source,xml] ---- @@ -102,7 +101,9 @@ Example of route: [NOTE] ==== -To switch to another Web Search Engine and its corresponding dependency, simply replace the `langchain4j-web-search-engine-tavily` dependency with the appropriate dependency for the desired web search engine. Update the initialization parameters accordingly in the code snippet provided above. +To switch to another Web Search Engine and its corresponding dependency, +replace the `langchain4j-web-search-engine-tavily` dependency with the appropriate dependency for the desired web search engine. +Update the initialization parameters accordingly in the code snippet provided above. ==== == Customizing Web Search Results