IngestDocument ​Ingest​Document

yaml
type: "io.kestra.plugin.langchain4j.rag.ingestdocument"
yaml
id: document-ingestion
namespace: company.team

tasks:
  - id: ingest
    type: io.kestra.plugin.langchain4j.rag.IngestDocument
    provider:
      type: io.kestra.plugin.langchain4j.provider.GoogleGemini
      modelName: gemini-embedding-exp-03-07
      apiKey: "{{ secret('GEMINI_API_KEY') }}"
    embeddings:
      type: io.kestra.plugin.langchain4j.embeddings.KestraKVStore
    drop: true
    fromExternalURLs:
      - https://raw.githubusercontent.com/kestra-io/docs/refs/heads/main/content/blogs/release-0-22.md
Properties
Default false
SubType string
SubType string
SubType string
Default https://api.deepseek.com/v1
SubType string
Min items 1
SubType string
Default {{flow.id}}-embedding-store
Default COHERE
Possible Values
COHERETITAN
Default false
Default RECURSIVE
Possible Values
RECURSIVEPARAGRAPHLINESENTENCEWORD