OCNORA

Qdrant

Databases & warehousesAPI keycredential probe

Vector search — collections and points via the Qdrant REST API.

OCNORA ships 5 typed Qdrant operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.

Operations 5

  • Create Collection
    Create a collection with a vector size and distance.
    qdrant.create_collection
  • Delete Points
    Delete points by id.
    qdrant.delete_points
  • List Collections
    List the collections.
    qdrant.list_collections
  • Search
    Nearest-neighbour search with an optional filter.
    qdrant.search_points
  • Upsert Points
    Insert or update points (id, vector, payload).
    qdrant.upsert_points

Run your first Qdrant workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.