Liking cljdoc? Tell your friends :D

hive-milvus.store.lookup

Leaf ns for cross-collection id lookup. Extracted out of hive-milvus.store.entries so the relocate/ pipeline can call into it without creating a cycle (entries → pipeline → collectors → entries). No upward dependencies — only routing + query.

Leaf ns for cross-collection id lookup. Extracted out of
`hive-milvus.store.entries` so the `relocate/` pipeline can call
into it without creating a cycle (entries → pipeline → collectors
→ entries). No upward dependencies — only `routing` + `query`.
raw docstring

find-entry-collectionclj

(find-entry-collection config-atom id)

Locate which known collection holds id. Returns the collection name or nil. Each lookup is wrapped in try so a missing collection (e.g. hive_mcp_memory_1024d before the first qwen3-routed write) doesn't abort the scan.

Locate which known collection holds `id`. Returns the collection
name or nil. Each lookup is wrapped in try so a missing collection
(e.g. `hive_mcp_memory_1024d` before the first qwen3-routed write)
doesn't abort the scan.
sourceraw docstring

known-collectionsclj

(known-collections config-atom)

Every collection a type-less read may fan out over: the collections backing the configured embedding providers, plus a pinned :collection-name when a provider still backs it. A collection whose provider is no longer configured is not searched.

Every collection a type-less read may fan out over: the collections backing
the configured embedding providers, plus a pinned `:collection-name` when a
provider still backs it. A collection whose provider is no longer configured
is not searched.
sourceraw docstring

legacy-coll-nameclj

(legacy-coll-name config-atom)

The collection pinned by :collection-name in config, or nil when the user has not pinned one.

The collection pinned by `:collection-name` in config, or nil when the
user has not pinned one.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close