Typed config for the collection bounded context, resolved via
hive-di defconfig. Reads [:milvus :collections] block from
~/.config/hive-mcp/config.edn.
Two fields:
:sunset — set of Milvus collection names that are RETIRED.
Locator returns them in known-collections (so reads
still fan out to legacy data) but excludes from
active-collections (so writes never land there).:base-collection-name — Chroma form of the legacy 768-d
collection. Default "hive-mcp-memory" mirrors
hive-milvus.collection.naming/legacy-base-collection.Typed config for the collection bounded context, resolved via
hive-di `defconfig`. Reads `[:milvus :collections]` block from
`~/.config/hive-mcp/config.edn`.
Two fields:
- `:sunset` — set of Milvus collection names that are RETIRED.
Locator returns them in `known-collections` (so reads
still fan out to legacy data) but excludes from
`active-collections` (so writes never land there).
- `:base-collection-name` — Chroma form of the legacy 768-d
collection. Default `"hive-mcp-memory"` mirrors
`hive-milvus.collection.naming/legacy-base-collection`.(->collection-config kw__7775__auto__)Coerce a keyword to a CollectionConfig variant (no data fields). Returns nil if keyword is not a valid variant.
Coerce a keyword to a CollectionConfig variant (no data fields). Returns nil if keyword is not a valid variant.
(collection-config variant-kw__7772__auto__)(collection-config variant-kw__7772__auto__ data__7773__auto__)Construct a CollectionConfig variant. (collection-config variant-keyword) for enum variants (collection-config variant-keyword data-map) for data variants
Throws ex-info for unknown variants.
Construct a CollectionConfig variant. (collection-config variant-keyword) for enum variants (collection-config variant-keyword data-map) for data variants Throws ex-info for unknown variants.
(collection-config? x__7774__auto__)True if x is a CollectionConfig ADT value.
True if x is a CollectionConfig ADT value.
Config ADT for CollectionConfig. Auto-generated by defconfig.
Config ADT for CollectionConfig. Auto-generated by defconfig.
Field registry for CollectionConfig config.
Field registry for CollectionConfig config.
Malli schema for resolved CollectionConfig.
Malli schema for resolved CollectionConfig.
(resolve-CollectionConfig)(resolve-CollectionConfig overrides)(resolve-CollectionConfig overrides opts)Resolve CollectionConfig from environment + overrides. Returns Result: (ok resolved-map) or (err :config/resolution-failed {...})
Resolve CollectionConfig from environment + overrides.
Returns Result: (ok resolved-map) or (err :config/resolution-failed {...})(sunset-set)Resolved set of sunset collection names.
Resolved set of sunset collection names.
(sunset? coll-name)True iff coll-name is in the sunset set.
True iff `coll-name` is in the sunset set.
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 |