Generate vector embeddings and rerank documents using Voyage AI models hosted on MongoDB Atlas. Supports text embeddings with input_type (document/query) and reranking with relevance scores.
A Tool-type Dify plugin that lets Chatflow, Workflow, and Agent applications generate vector embeddings and rerank documents using Voyage AI models hosted on MongoDB Atlas.
Companion plugin: Use the MongoDB Atlas Tool plugin to perform vector search with the embeddings generated here. The Embed Text output can be piped directly into the Vector Search tool's Query Vector field.
Search for Voyage AI in the Dify Plugin Marketplace and click Install.
When installing the plugin, you will be prompted for:
To create a key: Atlas UI → your project → AI Models → Create model API key.
Generate a vector embedding for a single text. Returns the embedding as a JSON float array string, ready to pipe into the MongoDB Atlas Vector Search tool.
Output (JSON message):
Output (text message): The embedding as a plain JSON array string — pipe directly into Vector Search's field.
Rerank a list of documents against a query. Returns documents sorted by relevance score (highest first).
Output:
Apache 2.0 — see LICENSE [blocked] for details.