Commit 5007ca8
committed
docs(search): make auto-embedding flow explicit in the Search section
Reading just the Search section, a user might miss that vector search is
end-to-end auto-embedded — both the column's embeddings (built when the
index was created) and the query embedding (computed at search time)
come from the same server-configured provider, with matching metric,
model, and dimensions.
Spells that out at the top of the `--type vector` bullet, and adds an
explicit pointer to raw SQL via `hotdata query` for cases where the user
needs a different model than the index, or has no index at all (the SQL
reference covers the underlying distance functions and table UDFs).1 parent b1bc72e commit 5007ca8
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
| 216 | + | |
216 | 217 | | |
217 | 218 | | |
218 | 219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
311 | 311 | | |
| 312 | + | |
312 | 313 | | |
313 | 314 | | |
314 | 315 | | |
| |||
0 commit comments