Skip to content

Commit 08ac86f

Browse files
authored
Merge pull request #1163 from quarkiverse/websearch-link
Add link to websearch sample
2 parents 22fdfce + 0d7551c commit 08ac86f

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)