Day-0 Guide
General enterprise visibility, with access to the enterprise's general document spaces. No HR or payroll compartment access.Viewing as Enterprise Reader
Chapter 05 of 13DAY-0

Enterprise knowledge is not only in database rows

Orders tell you what happened.

Policies tell you what should happen. Contracts explain obligations. Manuals explain how equipment should be used. Investigation reports explain why something failed.

Metrolane therefore models documents and knowledge as part of the enterprise — not as files sitting outside it.

Understand

A document is an enterprise object

A Metrolane document can have:

identity
title
type
version
publication state
classification
applicability
relationships
source identity
retrieval readiness

That means a policy is not only text.

It can also answer:

  • Which version is current?
  • Who may see it?
  • What enterprise object does it apply to?
  • Is it ready for semantic retrieval?
  • Where did it come from?
See it in Metrolane

Warranty Policy

Extended 36-Month Warranty Policy

DOC-000050

This document has:

  • a canonical Document identity
  • a source representation
  • a published version
  • an enterprise relationship
  • retrieval/index state

It is therefore useful for both normal document browsing and context-aware retrieval.

Documents can connect to the enterprise

Examples in Metrolane include relationships such as:

Installation ManualAPPLIES_TOProduct / Item
Supply AgreementPARTY_TO / REFERENCESCustomer / Account
Warranty Investigation ReportEVIDENCESWarranty Claim
Warranty PolicyGOVERNSWarranty policy context

These links make retrieval more useful than searching a disconnected pile of text.

From document to retrieval

A simplified retrieval pipeline is:

Document version

Retrieval source

Chunks

Embedding / lexical representation

Eligibility

Applicability

Semantic / lexical / hybrid retrieval

Relevant passage + provenance

The important idea is not the vector itself.

The important idea is:

Retrieve the right enterprise knowledge for the right reader and the right context.
Important distinction

Day-0 Semantic Search is not yet RAG

Day-0 Semantic Document Search returns:

relevant documentsrelevant chunkssnippetsretrieval metadata

It does not generate an LLM answer.

RAG appears later when an LLM uses retrieved enterprise knowledge as grounding.

Semantic Search= retrieve
EKA= retrieve + enterprise context + LLM reasoning

Access comes before retrieval results

Suppose two people search for the same HR document.

The question is not only: Which chunk is most similar?

It is also: Is this reader allowed to know this document exists?

See it in Metrolane

Same estate, different reader

DOC-000070 · Offer Letter — Devika Iyer
Enterprise ReaderThe protected HR document should not be returned.
HR Business PartnerThe same underlying document may be permitted.

Access changes the visible enterprise information universe.

It is not merely a cosmetic filter applied after retrieval.

Important distinction

Published does not mean searchable

DOC-000043 · Expense Reimbursement Policy

The document can be:

Exists
Published
Browseable
Semantic-search ready

because its grounding/index state is still pending.

This gives the visitor an important trust rule:

Search must not silently use content that has not reached an approved retrieval-ready state.
Go deeper
Three independent states

A Document page needs to keep these separate.

Publication / version
DraftPublishedSupersededCurrent version
Classification / access
Public ReferenceInternalHR ConfidentialRestricted...
Retrieval / index
IndexedPendingFailedChunkedSkipped

Those states can legitimately differ.

Example:

Published · Internal · Retrieval Pending

is not contradictory.

It means:

The document exists and may be readable, but semantic retrieval is not currently allowed to use it.
What retrieval should know about context

A mature enterprise retrieval request may need more than text similarity.

Conceptually:

  1. Question
  2. ↓ Reader identity / persona
  3. ↓ Eligible documents
  4. ↓ Applicable enterprise context
  5. ↓ Semantic / lexical retrieval
  6. ↓ Relevant passages

If the question is about a warranty claim, a policy governing warranty behavior should rank differently from an unrelated HR procedure — even if some words overlap.

Bridge to EKA

At this point Metrolane has two major knowledge foundations:

Structured enterprise knowledge
canonical entitiesbusiness objectsrelationshipsscenariosprovenance
Document knowledge
policiesmanualscontractsreportsretrieval

Later, EKA can use both.

That is where retrieval becomes part of an LLM-grounding architecture.

Chapter takeaway

  • Documents are enterprise objects, not loose files.
  • Enterprise relationships make document context explicit.
  • Retrieval is governed by access and applicability.
  • Published does not automatically mean searchable.
  • Semantic Search retrieves. EKA later reasons over retrieved knowledge.