Skip to content

Commit 0d7551c

Browse files
committed
Add link to websearch sample
1 parent 6ec8ea5 commit 0d7551c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/web-search.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To use web search as a tool that the LLM can decide to execute (and the
2626
relevant search results will be the return value of the tool execution), you
2727
can either use the provided tool from the upstream LangChain4j project,
2828
in class `dev.langchain4j.web.search.WebSearchTool`, or implement your own tool
29-
if that one does not fit your requirements. The `samples/chatbot-web-search`
29+
if that one does not fit your requirements. The https://github.com/quarkiverse/quarkus-langchain4j/tree/main/samples/chatbot-web-search[chatbot-web-search]
3030
example demonstrates how to use the provided tool.
3131

3232
== Using Web search in a RAG pipeline

0 commit comments

Comments
 (0)