Integrate Gemini and BuildShip Database to automate workflows with scalable backend

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

getting started

How To Connect Gemini and BuildShip Database

Supported Triggers & Actions

Gemini NODES

Count Tokens in Prompt

When using long prompts, it might be useful to count tokens before sending any content to the model.

Gemini Text Generator

Make an API call to the Generative Language Model endpoint

Generate Embedding

Generate Embeddings from text input and represent text (words, sentences, and blocks of text) in a vectorized formusing Gemini AI

Multimodal

Use Google's Gemini AI to generate text from text-only or text-and-image input. [Full documentation](https://cloud.google.com/vertex-ai/docs/generative-ai/start/quickstarts/quickstart-multimodal).

Stream Response

Generates a stream of response text using Google's Generative AI with a given prompt

BuildShip Database NODES

Add Object to Array

Adds an object to an existing array in a Firestore document

script

BuildShip Document Count

Get the count of documents in a collection for a given filter

script

Collection Query

Get documents of a query in Firestore with multiple filters. See [documentation](https://docs.buildship.com/basics/buildship-tables#querying-collection) for full details.

script

Create Document

Creates or updates a document in a specified Firestore collection (with Document Reference field type support).

script

Delete Document

Delete a document from a BuildShip's Firestore collection

script

Field Average

Average of field in collection for given filter

script

Field Sum

Sum of field in collection for given filter

script

Get Document

Fetch a document from BuildShip's Firestore DB by its collection name and ID

script

Get Field Value

Fetches a specific field value from a document in a BuildShip's Firestore collection

script

Query Count

Get server count of a query in Firestore with multiple filters

script

Update Field Value

Updates a field value in BuildShip's Firestore document with a given object

script

blog posts & tutorials

Recommended Reads

Below are recommneded blogs that will help in your journey