AI Briefing
KO

vLLM-based encoder serving tool released

·2026.05.06 20:22

Key point

vLLM Factory, an open-source tool that efficiently serves encoder models such as GLiNER and ColBERT via a vLLM plugin, has been released.

Details

The vLLM Factory project, designed to serve encoder-style and retrieval models without forking vLLM, has been released as open source.

It aims to solve the inefficiency of having to build a separate PyTorch/FastAPI server to serve encoder models in existing RAG (Retrieval-Augmented Generation) and information extraction systems.

Key Features and Supported Items:

  • Supported models: GLiNER/GLiNER2, ColBERT/ModernColBERT, ColPali-style multimodal retrieval, embedding models, and custom poolers.
  • IOProcessor: Introduces a plugin-based approach for server-side pre/post-processing.
  • Optimized GPU utilization: Supports multi-instance serving per GPU for memory-intensive encoder workloads, improving throughput and latency.
  • Maintainability: Adopts a plugin structure that does not directly modify vLLM code, maintaining compatibility with vLLM updates.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.