/

MongoDB

&

OpenAI

Integrate MongoDB and OpenAI

Connect MongoDB and OpenAI nodes in your workflow. Integrate with any tool or database and ship powerful backend logic and APIs instantly - No code required!

Node stack

Supported MongoDB and OpenAI Nodes

Add any other tools or your preferred database nodes. If an integration is not available generate your own using AI

MongoDB Trigger

Trigger a workflow on data changes in your MongoDB database. Parse the incoming data payload from MongoDB and create a workflow connected to other apps. Check out the [Full Documentation](https://docs.buildship.com/trigger-nodes/mongodb-trigger) on how connect to your MongoDB project.

Delete Document

Deletes a document from a specified collection in MongoDB by document ID and returns the operation response.

Fetch Document

Fetches and returns the entire document data from a MongoDB collection based on the given document ID.

Full Text Search

This performs a full-text search in a specified MongoDB collection, conducts the search, returns matched documents. To enable full-text search (FTS) in MongoDB, follow this [guide](https://docs.buildship.com/tutorials/mongodb-search#full-text-search) on setting up MongoDB Search Index.

Hybrid Search

This performs a hybrid search in a specified MongoDB collection, conducts the search, returns matched documents. To enable semantic search in MongoDB, follow this [guide](https://docs.buildship.com/tutorials/mongodb-search#hybrid-search) on setting up search indexes.

Insert Document

Inserts the given data into a MongoDB collection and returns the ids of the inserted documents.

Query Collection

Queries for multiple documents in a MongoDB collection using connection string, database name, collection name, query, sort, and projection.

Semantic Search

This performs a semantic search in a specified MongoDB collection, conducts the search, returns matched documents. To enable semantic search in MongoDB, follow this [guide](https://docs.buildship.com/tutorials/mongodb-search#semantic-search) on setting up vector search index.

Update Document

Updates a specific document in a MongoDB collection using the updateOne function and returns the operation result.

Fetch OpenAI File

Generates a readable stream for a file stored in OpenAI Storage. Return this stream using a 'Return' node to receive it through an API endpoint (to download the file, write it to the file system, etc.)

Generate Embeddings

Generate embeddings for a given content using OpenAI text-embedding-ada-002 model

GPT-4 Vision

Use GPT-4 Vision to ask questions about images.

Image Generator

Converts text to Base64 image using OpenAI's DALL·E models.

JSON Generator

Generates text based on a given user and system prompt and always returns a JSON object using the OpenAI GPT (Turbo) APIs.

LLM Extract

Extract structured data from any text input.

LLM Extract URL

Extract structured data from any web page.

Multi-Image GPT-4 Vision

Analyses multiple images using the OpenAI GPT-4 Vision model.

Neighbor Search

Find the nearest neighbors for a given search query using OpenAI embeddings

OpenAI Assistant

Add different script nodes and let the AI Assistant automatically choose which to execute based on the input. Built to work with OpenAI Assistants API V2.

OpenAI Assistant (Stream Response)

Add different script nodes and let the AI Assistant automatically choose which to execute based on the input. The node returns a streamed text response (meant to be returned back to the client) and the thread ID (to track the conversation). Built to work with OpenAI Assistants API.

Stream Response

Send a chat message to OpenAI and return the response stream. --- If you plan on sending this stream back to the client as the response, you may want to consider adding a **Set Response Header** node following this node (and before the return node) with the key set to `content-type` and the value set to `text/plain`, to make it easier for the client to figure out how to handle the stream.

Text Generator

Generates text using OpenAI API for a given user and system prompt

Text to Speech

Converts text to speech using OpenAI API and returns audio in Base64.

Whisper Speech To Text

Convert audio/speech to text using OpenAI's Whisper API.

Quick start

How to integrate MongoDB and OpenAI

Step 1 — Add the nodes to your workflow

Create a new workflow in BuildShip, click “Add node”, and select the MongoDB and OpenAI actions you want to use.

Step 2 — Configure each node

Go to each node to authenticate (or add your API key) and fill in the required parameters.

Step 3 — Connect the nodes

Each node in BuildShip can connect to others by using their output variables. When you reference a variable from one node in another, BuildShip automatically links them in the workflow.

Step 4 — Test your workflow

Define your starting data in the Inputs node and choose what to do with the result in the Flow Output node. Finally, run a test to see your workflow in action.

blog posts & tutorials

Recommended Reads

Below are recommneded blogs that will help in your journey