Skip to main content
April 22, 2026
Feature
Version 5.2.5

AWS Bedrock support extended to ingestion pipelines

SeekrFlow ingestion pipelines now support AWS Bedrock for embedding generation and PDF-to-Markdown conversion.
  • Embedding generation for vector databases and RAG workflows can now run on AWS Bedrock.
  • PDF-to-Markdown conversion uses Bedrock-compatible vision models, supporting AI-ready data jobs for synthetic dataset generation and downstream fine-tuning.
  • Using a bedrock:-prefixed model automatically routes embedding requests to AWS Bedrock.
  • Vector databases created with Bedrock models use Titan embeddings for indexing and retrieval.
March 12, 2026
Improvement
Version 5.2.5

Self-hosted platform update

This update expands platform availability and adds new capabilities across agents, orchestration, and deployment environments.New platform supportSeekrFlow now supports Oracle Cloud Infrastructure (OCI). Organizations can deploy SeekrFlow on OCI environments running NVIDIA GPUs, expanding deployment options for customers with Oracle cloud infrastructure requirements. OCI support currently includes:
  • SeekrFlow UI
  • SeekrFlow API
Agents
  • Tool Library support for agents
  • Multi-Agentic Orchestration (Beta) — agents can coordinate across multiple tools and tasks
Platform
  • OCI deployment support via Helm
  • vLLM upgrade improving inference performance on NVIDIA GPUs
February 2026
ImprovementFeature
Version 5.0.X

Self-hosted platform update

Updates for self-hosted SeekrFlow deployments on AWS, AWS GovCloud, and Appliance environments.Agents and inference:
  • AWS Bedrock inference support for agents with cloud service provider-hosted inference
  • Full agent execution including tools, streaming, and promotion/demotion workflows
  • Multi-LoRA inference with hot loading
  • vLLM upgrade for improved performance and stability
  • CSP inference routing to Bedrock endpoints based on region and model availability
Fine-tuning:
  • LoRA support for reinforcement (GRPO) and instruction fine-tuning (NVIDIA-based)
Explainability:
  • Inference-time data attribution
UI and documentation:
  • Dark mode support
  • Documentation updates covering new inference, agent, and fine-tuning capabilities

AWS Bedrock inference for agents

AWS Bedrock inference support for SeekrFlow Agents, providing an alternative to Seekr-hosted GPU inference. Agents can now use Claude 4.5 via AWS Bedrock for all intra-agent inference (planner, executor, evaluator, summarizer).Capabilities:
  • Full end-to-end agent execution including Agent Chat in the UI, streaming and non-streaming runs, and multi-tool execution
  • Bedrock models appear in existing agent model-selection UI
  • Configure at deploy time via Helm (EKS-only)
  • Deployments select either Bedrock inference or Seekr-hosted GPU inference
Current limitations:
  • Agents only (Model Chat is disabled when Bedrock is enabled)
  • File search and vector-backed retrieval not yet supported for Bedrock agents
  • Reasoning and speed optimization parameters are ignored to ensure consistent execution
Last modified on June 24, 2026