TavilyWebSearch ​Tavily​Web​Search

yaml
type: "io.kestra.plugin.langchain4j.retriever.tavilywebsearch"
yaml
id: rag
namespace: company.team

tasks:
  - id: chat_with_rag_and_websearch_content_retriever
    type: io.kestra.plugin.langchain4j.rag.ChatCompletion
    chatProvider:
      type: io.kestra.plugin.langchain4j.provider.GoogleGemini
      modelName: gemini-2.0-flash
      apiKey: "{{ secret('GEMINI_API_KEY') }}"
    contentRetrievers:
    - type: io.kestra.plugin.langchain4j.retriever.TavilyWebSearch
      apiKey: "{{ secret('TAVILY_API_KEY') }}"
    prompt: What is the latest release of Kestra?
Properties
Default 3