Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/genai-ecosystem/pages/vector-search.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ ORDER BY wrrf DESC, abstract.id ASC;
----

For example, pass parameters like these from an application:
The `queryVector` below is shortened for readability.
In a real query, pass an embedding with the same dimensions as the vector index, for example 1536 dimensions when using `text-embedding-3-small`.

[source,json]
----
Expand Down
Loading