A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W 

W

WebSearchContentRetriever - class in dev.langchain4j.rag.content.retriever
A ContentRetriever that retrieves relevant Content from the web using a WebSearchEngine.
WebSearchContentRetriever.WebSearchContentRetrieverBuilder - class in dev.langchain4j.rag.content.retriever.WebSearchContentRetriever
 
webSearchEngine(dev.langchain4j.web.search.WebSearchEngine) - function in dev.langchain4j.rag.content.retriever.WebSearchContentRetriever.WebSearchContentRetrieverBuilder
 
WebSearchEngine - class in dev.langchain4j.web.search
Represents a web search engine that can be used to perform searches on the Web in response to a user query.
WebSearchInformationResult - class in dev.langchain4j.web.search
Represents general information about the web search performed.
WebSearchOrganicResult - class in dev.langchain4j.web.search
Represents an organic search results are the web pages that are returned by the search engine in response to a search query.
WebSearchRequest - class in dev.langchain4j.web.search
Represents a search request that can be made by the user to perform searches in any implementation of WebSearchEngine.
WebSearchRequest.Builder - class in dev.langchain4j.web.search.WebSearchRequest
 
WebSearchResults - class in dev.langchain4j.web.search
Represents the response of a web search performed.
WebSearchTool - class in dev.langchain4j.web.search
 
withRetry(java.util.concurrent.Callable) - function in dev.langchain4j.internal.RetryUtils
This method attempts to execute a given action up to a specified number of times with a 1-second delay.
withRetry(java.util.concurrent.Callable,int) - function in dev.langchain4j.internal.RetryUtils
This method attempts to execute a given action up to a specified number of times with a 1-second delay.
withRetry(java.util.concurrent.Callable) - function in dev.langchain4j.internal.RetryUtils.RetryPolicy
This method attempts to execute a given action up to a specified number of times with a 1-second delay.
withRetry(java.util.concurrent.Callable,int) - function in dev.langchain4j.internal.RetryUtils.RetryPolicy
This method attempts to execute a given action up to a specified number of times with a 1-second delay.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W