Skip to content

feat: simple llm batch process template#31

Merged
Ganeshsivakumar merged 6 commits intomainfrom
template/llm-batch-process
Jun 21, 2025
Merged

feat: simple llm batch process template#31
Ganeshsivakumar merged 6 commits intomainfrom
template/llm-batch-process

Conversation

@Ganeshsivakumar
Copy link
Copy Markdown
Owner

This PR introduces Templates 🚀

Templates are pre-built, reusable, and open source Apache Beam pipelines that are ready to deploy and can be executed directly on runners such as Google Cloud Dataflow, Apache Flink, or Spark with minimal configuration.

LLM batch process template

An apache beam pipeline that batch process input data using LLM( OpenAi models) based on the prompt that the data processing logic.

This template

  • Reads input text from a file (e.g., in Google Cloud Storage)
  • Applies a prompt-driven transformation using an LLM with LangchainBeam transform
  • Writes the output as a .txt file to a specified GCS location

@Ganeshsivakumar Ganeshsivakumar self-assigned this Jun 21, 2025
@Ganeshsivakumar Ganeshsivakumar added the template Pipeline templates label Jun 21, 2025
@Ganeshsivakumar Ganeshsivakumar merged commit 55a4bee into main Jun 21, 2025
1 check passed
@Ganeshsivakumar Ganeshsivakumar linked an issue Jun 21, 2025 that may be closed by this pull request
@Ganeshsivakumar Ganeshsivakumar deleted the template/llm-batch-process branch June 21, 2025 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

template Pipeline templates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LLM batch process template

1 participant