INTEGRATION

Vector Database actions

Store and search embeddings: semantic search, similarity lookups, and retrieval-augmented generation

Actions
22
Services
2
Maintained by
Flomation

Services

pgvector actions

  • Count DocumentsCount the documents in the store, with an optional metadata filter
  • Create Search IndexAdd an approximate-nearest-neighbour index so similarity search stays fast as the table grows
  • Create Vector TableCreate a table that stores documents and their embeddings, with the index that makes search fast
  • Delete DocumentsRemove documents by ID or by a metadata filter
  • Get DocumentFetch a single document by its ID
  • Hybrid SearchCombine meaning-based and keyword search, so exact terms and product codes are not missed
All 12 pgvector actions

Wire Vector Database into the rest of your stack

Every action here drops onto the canvas alongside the other 3,585, so a Vector Database step can sit between a form, a database and a message without any glue code.