Short answer: Drop the "Weaviate → Search Objects" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Collection collection | string | Required | Document |
Query Text query | string | Required | Natural-language query. Vectorized server-side. |
Limit limit | number | Optional | — |
Properties to Return properties | string | Optional | Space-separated property names. Reduces response size. |
{"collection": "Document","query": "what is photosynthesis","limit": "{{trigger.limit}}","properties": "{{trigger.properties}}"}
{"data": {"Get": {"Document": [{"source": "doc.pdf","content": "...","_additional": {"id": "abc-123","distance": 0.21}}]}}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.