Skip to main content
FlowFn
IntegrationsTemplatesPricingDocsBlogSign inStart free
All documentation

Weaviate

UpdatedMay 22, 2026Reading time1 min read

What it does

Weaviate adds, queries (nearVector), and deletes objects via REST + GraphQL.

Setup

  1. Get your Weaviate host URL and an API Key.
  2. 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.

Spotted an issue or have feedback?

support@flowfn.com
Back to docs hub →