MongoDB
by MongoDB
Connect to MongoDB databases to store, query, and manage document-based data
Sådan bruger agenter MongoDB
- ✓Agent finds documents matching a condition to retrieve relevant records before processing or responding
- ✓Agent inserts a new document to store workflow outputs, events, or agent-generated content
- ✓Agent updates a document's fields to reflect the current state of a task or entity in the workflow
- ✓Agent runs an aggregation pipeline to compute metrics or summaries for a reporting or decision step
- ✓Agent uses MongoDB as a flexible store for semi-structured data like agent memory, logs, or rich profiles
Agenthandlinger
Input: collection, filter, projection, sort, limit, skip
Returnerer: documents, count
Input: collection, filter, projection
Returnerer: document
Input: collection, document
Returnerer: insertedId, acknowledged
Input: collection, documents, ordered
Returnerer: insertedIds, insertedCount
Input: collection, filter, update, upsert
Returnerer: matchedCount, modifiedCount, upsertedId
Input: collection, filter, update
Returnerer: matchedCount, modifiedCount
Input: collection, filter
Returnerer: deletedCount
Input: collection, filter
Returnerer: deletedCount
Input: collection, pipeline
Returnerer: results
Input: collection, filter
Returnerer: count
Input: collection, keys, options
Returnerer: indexName
Input: collection, operations, ordered
Returnerer: insertedCount, modifiedCount, deletedCount, upsertedCount
Input: collection, filter, replacement, upsert
Returnerer: matchedCount, modifiedCount, upsertedId
Input: collection, field, filter
Returnerer: values
Eksempel på workflows
User profile management
Store and query user profiles with flexible schema
Content management system
Manage articles, posts, and media with MongoDB
Analytics and logging
Store and analyze event logs and metrics
E-commerce product catalog
Manage product data with complex nested structures
Om MongoDB
- Leverandør
- MongoDB
- Pris Tjek altid detaljer med udbyderen
- Gratis — MongoDB Community Edition is free. MongoDB Atlas has free tier with usage-based pricing.
- Godkendelse
- Grundlæggende godkendelse
- Kompatible noder
- AgentResourceInputOutput
- Hjemmeside
- https://www.mongodb.com
Sæt MongoDB bag din AI-agent
Opsæt MongoDB sammen med dine andre værktøjer i planneren — uden kode — så AI kan handle på det for dine kunder.
Åbn plannerenRelaterede Databaser-værktøjer
MySQL
Connect to MySQL databases to query, insert, update, and manage data
PostgreSQL
Connect to PostgreSQL databases to query, insert, update, and manage data
Pinecone
Upsert and query vector embeddings in Pinecone for retrieval-augmented generation (RAG), semantic search, and similarity matching in agent workflows.