feat(mongodb): add MongoDB Atlas Tool and Voyage AI plugins#2348
Open
Pash10g wants to merge 2 commits intolanggenius:mainfrom
Open
feat(mongodb): add MongoDB Atlas Tool and Voyage AI plugins#2348Pash10g wants to merge 2 commits intolanggenius:mainfrom
Pash10g wants to merge 2 commits intolanggenius:mainfrom
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.
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.
Toolset 1 — MongoDB Atlas Tool
1. Metadata
mongodbmongodb_atlas_tool2. Submission Type
3. Description
MongoDB Atlas Tool plugin for Dify. Enables Chatflow, Workflow, and Agent applications to query, search, and write documents directly in MongoDB Atlas. Includes 7 tools:
find,full_text_search,vector_search,aggregate,insert_one,update_many, anddelete_many.4. Checklist
5. Documentation Checklist
6. Privacy Protection Information
Data Collection
The plugin collects a MongoDB Atlas connection string (URI) and optionally a database name. No personal user data is collected or stored by the plugin itself. All data operations occur directly between the Dify runtime and the user's own MongoDB Atlas cluster.
Privacy Policy
Toolset 2 — Voyage AI
1. Metadata
mongodbvoyage_ai2. Submission Type
3. Description
Voyage AI plugin for Dify. Generates vector embeddings and reranks documents using Voyage AI models hosted on MongoDB Atlas. Includes 2 tools:
embed(text → float-array embedding with input_type support) andrerank(scored document relevance ranking). Designed to chain with the MongoDB Atlas Tool plugin for vector search workflows.4. Checklist
5. Documentation Checklist
6. Privacy Protection Information
Data Collection
The plugin collects a MongoDB Atlas API key (public + private) and Group ID for authentication. No personal user data is collected or stored by the plugin itself. Embedding and rerank requests are sent to the user's own MongoDB Atlas Voyage AI endpoint.
Privacy Policy