Skip to main content

cmd/taisce/passages.go

cmd/taisce · 77 lines · 3 declarations · source

Declarations

func configuredPassages

func configuredPassages(pool *pgxpool.Pool, schema pg.Schema) (*passage.Retriever, error)

Revision is explicit opt-in to read-path inference. Once set, an invalid endpoint/model fails startup rather than quietly disabling a capability the operator requested.

source

func configuredEntityCandidates

func configuredEntityCandidates(pool *pgxpool.Pool, schema pg.Schema) (*entitycandidate.Retriever, error)

source

func configuredReportCandidates

func configuredReportCandidates(pool *pgxpool.Pool, schema pg.Schema) (*reportcandidate.Retriever, error)

source