The effects a search performs: embedding the query, and asking a collection for its nearest rows. Both are ports; both return Result.
The effects a search performs: embedding the query, and asking a collection for its nearest rows. Both are ports; both return Result.
Merge hits from different embedding spaces. Pure.
Merge hits from different embedding spaces. Pure.
Compose a semantic search from its ports: resolve targets, embed the query into each, search each, fuse the rankings.
Compose a semantic search from its ports: resolve targets, embed the query into each, search each, fuse the rankings.
Which collections a search runs against, paired with the embedding space each is written in.
Which collections a search runs against, paired with the embedding space each is written in.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |