Skip to main content
The vLLM Embedder provides high-performance embedding inference with support for both local and remote deployment modes. All models are downloaded from HuggingFace.

Usage

Local Mode

You can load local models directly using the vLLM library, without any need to host a model on a server.
vllm_embedder.py

Remote Mode

You can connect to a running vLLM server via an OpenAI-compatible API.
vllm_embedder_remote.py

Params

Developer Resources