semantic
Rank rows by semantic similarity to a text query using pgvector cosine distance. Returns closest matches based on vector proximity.
Instructions
Rank rows using pgvector cosine distance. Default hash encoding measures token overlap, not meaning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | ||
| text | Yes | ||
| table | Yes | ||
| schema | Yes | ||
| columns | Yes | ||
| vector_column | Yes |