Liking cljdoc? Tell your friends :D

hive-milvus.collection.config

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`.
raw docstring

->collection-configclj

(->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.
sourceraw docstring

collection-configclj

(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.
sourceraw docstring

collection-config?clj

(collection-config? x__7774__auto__)

True if x is a CollectionConfig ADT value.

True if x is a CollectionConfig ADT value.
sourceraw docstring

CollectionConfigclj

Config ADT for CollectionConfig. Auto-generated by defconfig.

Config ADT for CollectionConfig. Auto-generated by defconfig.
sourceraw docstring

CollectionConfig-fieldsclj

Field registry for CollectionConfig config.

Field registry for CollectionConfig config.
sourceraw docstring

CollectionConfig-schemaclj

Malli schema for resolved CollectionConfig.

Malli schema for resolved CollectionConfig.
sourceraw docstring

config-edn-pathclj

source

resolve!clj

(resolve!)
(resolve! overrides)
source

resolve-CollectionConfigclj

(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 {...})
sourceraw docstring

sunset-setclj

(sunset-set)

Resolved set of sunset collection names.

Resolved set of sunset collection names.
sourceraw docstring

sunset?clj

(sunset? coll-name)

True iff coll-name is in the sunset set.

True iff `coll-name` is in the sunset set.
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