fix: update Voyage AI plugin README links to accurate repositories#2365
Merged
Conversation
- mongodb/mongodb-atlas/mongodb_atlas_tool.difypkg Tool plugin for Dify Workflows/Agents: find, full-text search, vector search, aggregate, insert, update, delete on Atlas collections. - mongodb/voyage-ai/voyage_ai.difypkg Tool plugin for embedding (Voyage AI embed) and reranking (Voyage AI rerank) using MongoDB Atlas Voyage AI API.
crazywoola
previously approved these changes
May 7, 2026
Member
crazywoola
left a comment
There was a problem hiding this comment.
✅ LGTM
Decision: Approve
Local Check Results
| Check | Status | Detail |
|---|---|---|
PR content language |
✅ Pass | PR title/body CJK ratio=0.0% (zh=0, en=1262, ignored_zh=0, allowed_zh<=0) |
Project structure |
✅ Pass | All expected files present: manifest.yaml, README.md, PRIVACY.md. _assets/: yes. |
Manifest author |
✅ Pass | author is valid. |
Icon validation |
✅ Pass | icon exists: _assets/logo.webp |
Version check |
✅ Pass | version 0.0.2 is available. |
README language |
✅ Pass | README.md CJK ratio=0.0% (zh=0, en=2973, allowed_zh<=0) |
PRIVACY.md |
✅ Pass | PRIVACY.md exists and is non-empty. |
Dependency install |
✅ Pass | requirements installed successfully. |
dify_plugin version |
✅ Pass | dify_plugin version 0.5.1 satisfies >= 0.5.0. |
Install test |
✅ Pass | plugin install test passed. |
Packaging test |
✅ Pass | packaging check passed. |
Contributor
Author
|
@crazywoola I see that this PR is approved , what are the next steps? We already have candidate changes and refactors for 0.0.3 version as we get feedback. So I wonder what is the best process to continue build and maintain the mongodb integrations (as we get more usability we might need to adjust the package behaviour)? |
Member
|
Please resolve the conflicts :) Because I can not merge conflict PRs. |
- Embed: yield JSON message first for better variable piping in Dify workflows - Embed: embedding field is a flat list[float] directly pipeable to Vector Search
Contributor
Author
|
@crazywoola No conflicts |
crazywoola
approved these changes
May 11, 2026
crazywoola
approved these changes
May 11, 2026
Member
crazywoola
left a comment
There was a problem hiding this comment.
✅ LGTM
Decision: Approve
Local Check Results
| Check | Status | Detail | Required action |
|---|---|---|---|
PR content language |
✅ Pass | PR title/body CJK ratio=0.0% (zh=0, en=1262, ignored_zh=0, allowed_zh<=0) | None. |
Project structure |
✅ Pass | All expected files present: manifest.yaml, README.md, PRIVACY.md. _assets/: yes. | None. |
Manifest author |
✅ Pass | author is valid. | None. |
Icon validation |
✅ Pass | icon exists: _assets/logo.webp | None. |
Version check |
✅ Pass | version 0.0.2 is available. | None. |
README language |
✅ Pass | README.md CJK ratio=0.0% (zh=0, en=2973, allowed_zh<=0) | None. |
PRIVACY.md |
✅ Pass | PRIVACY.md exists and is non-empty. | None. |
Dependency install |
✅ Pass | requirements installed successfully. | None. |
dify_plugin version |
✅ Pass | dify_plugin version 0.5.1 satisfies >= 0.5.0. | None. |
Install test |
✅ Pass | plugin install test passed. | None. |
Packaging test |
✅ Pass | packaging check passed. | None. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
embeddingfield is a flatlist[float]directly pipeable to Vector Search'squery_vector4. Checklist
5. Documentation Checklist
6. Privacy Protection Information
Data Collection
No user personal data is collected. The plugin connects exclusively to the user's own MongoDB Atlas cluster using credentials they supply at installation time.
Privacy Policy