- Integrations
- /
- Weaviate
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.
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.
| Action | What it does |
|---|---|
| Insert Object | Inserts 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 Collections | Lists 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 Objects | Runs 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. |
Pre-built Weaviate workflows.
Clone any recipe and customize it in one click. Every recipe is fully editable.
Three things worth knowing.
Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.
Connect Weaviate once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.
Every Weaviate field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.
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?
What Weaviate triggers does Tiny Command support?
What Weaviate actions can I run from a workflow?
Is the Weaviate integration real-time?
Do I need to write code to use Weaviate with Tiny Command?
How much does the Weaviate integration cost?
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.