Database
DocsQuery a real PostgreSQL database using Drizzle ORM for type-safe, composable queries. Define your schema in TypeScript and query with full autocompletion. The same chairs from the Vector Search demo are stored here in a relational table. Vector found them by meaning, this finds them by exact criteria: price ranges, ratings, and keywords.
Seed the database with 6 sample chair products, then run queries.
Query Results
Select a query and run it to see results.
Tip: The vector demo found these same chairs by meaning. This demo finds them by exact criteria — same data, different query model.
Reference Code
Loading...
Ready
Output will appear here...