Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.paradedb.com/llms.txt

Use this file to discover all available pages before exploring further.

Legacy Docs: This page describes our legacy API. It will be deprecated in a future version. Please use the v2 API where possible.

Basic Usage

Serves as a placeholder, matching no documents. It’s useful for testing scenarios or specific edge cases.
-- Returns no rows
SELECT description, rating, category
FROM mock_items
WHERE id @@@ paradedb.empty();