CMDCRAGArcana.Knowledge.Collection (cmdc_rag_arcana v0.2.1)

Copy Markdown View Source

企业知识库 collection 控制面契约。

该 struct 不是 Arcana schema 的替代品,而是 Phoenix 企业平台可照搬成 Ecto schema 的字段基线。Arcana 只负责底层 RAG 索引,租户、权限、审批、 保留期和敏感级别由企业控制面维护。

Summary

Functions

构建 collection 契约 struct。

Types

t()

@type t() :: %CMDCRAGArcana.Knowledge.Collection{
  acl: map(),
  description: String.t() | nil,
  graph_enabled?: boolean(),
  id: String.t() | nil,
  metadata: map(),
  name: String.t(),
  retention: map(),
  sensitivity_level: String.t(),
  tenant_id: String.t()
}

Functions

new(collection)

@spec new(keyword() | map() | t()) :: t()

构建 collection 契约 struct。