What it does
Weaviate adds, queries (nearVector), and deletes objects via REST + GraphQL.
Setup
- Get your Weaviate host URL and an API Key.
- In FlowFn, go to Platform Tools → Weaviate → Connect and provide host + api_key.
Actions
- Add Object, Near Vector Search, Delete Object
Notes
Add / Delete use REST /v1/objects. Near Vector Search uses /v1/graphql because nearVector is GraphQL-only. Vector is optional on Add Object — Weaviate vectorizes via the configured module when omitted.