Skip to content

Add knowledge-base resource type #10

Description

@gkennos

Motivation

oa-configurator requires a shared knowledge resource, explicitly separate from the existing DB/schema ResourceConfig

  • knowledge source = where mapping guidance/conventions can be retrieved from
  • kind = how it is backed
  • examples of kind: filesystem_packs, package_data, rag_index, maybe later hybrid

Pitch

example:

[knowledge_resources.core_packs]
kind = "filesystem_packs"
root = "/opt/omop/knowledge/packs"

[knowledge_resources.guidance_rag]
kind = "rag_index"
backend = "pgvector"
resource = "emb_db"
collection = "omop-guidance"

Alternatives

No response

Additional context

Initial goal is that groundworkers can ask for a resolved knowledge source and branches by capability, not by package name.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions