Skip to content
OtherReal-timeUpdated May 2026
W

Weaviate

Weaviate open-source vector database

Weaviate is the open-source vector database — Pinecone's open-source competitor, with first-class support for hybrid search (semantic + keyword fusion) and built-in vectorization modules (you don't have to embed elsewhere first). Tiny Command exposes three actions, no triggers: List Collections (Weaviate's term for what Pinecone calls an index — every collection in the instance), Insert Object (insert a document with properties; Weaviate auto-vectorizes via the configured embedding module or you bring your own vector), Search Objects (hybrid or vector or BM25 search across a collection with filters). The connection takes a Weaviate instance URL (self-hosted or Weaviate Cloud Services) plus an API key. Weaviate's hybrid search is the differentiator — combines semantic similarity (vector match) with BM25 keyword relevance in a single query, often producing better retrieval than pure vector search for use cases where exact keyword matches matter (proper nouns, technical terms). For "RAG with vectors + keyword fusion", Weaviate is the default open-source pick.

0triggers
3actions
≈ 2 minto set up
Freetier · no card
Actions

Do anything Weaviate can do, from a workflow.

Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.

ActionWhat it does
Insert ObjectInserts a single object into a Weaviate collection. Weaviate auto-embeds the text properties via the collection's configured vectorizer (e.g. text2vec-openai), or you can pass a precomputed vector array.
List CollectionsLists every collection (class) defined in this Weaviate instance along with its vectorizer and property schema. Use as the first step in any cross-collection automation.
Search ObjectsRuns a semantic GraphQL search: Weaviate vectorizes your query via the collection's configured vectorizer and returns the nearest-neighbor objects. Pass properties to control which fields come back.
Recipes

Pre-built Weaviate workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect Weaviate once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every Weaviate field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the Weaviate integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect Weaviate to Tiny Command?
Open the Tiny Command workflow builder, drop in a Weaviate node, and click Connect. Authorize Weaviate once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Weaviate triggers does Tiny Command support?
Tiny Command focuses on outbound actions for Weaviate today. Use Tiny Command's universal Webhook or Schedule trigger to start Weaviate workflows, then run any Weaviate action you need.
What Weaviate actions can I run from a workflow?
3 Weaviate actions are available out of the box, covering other operations like "Insert Object". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Weaviate integration real-time?
Weaviate actions execute synchronously inside your workflow. Tiny Command waits for Weaviate's API to confirm before continuing to the next step, so downstream nodes can rely on the result.
Do I need to write code to use Weaviate with Tiny Command?
No. Every Weaviate trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any Weaviate API endpoint directly.
How much does the Weaviate integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The Weaviate integration itself has no per-app surcharge.
Related

More other apps people connect.

Same category as Weaviate, ordered by how often teams pair them. Hover the carousel to pause.

Do more with Weaviate.

Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.