against index

The index this retrieval queried. Functional: federated retrieval is several RetrievalEvents under one parent activity.

Structure

Property shape: object property; gmeow:RetrievalEvent -> gmeow:VectorIndex; functional

Practical Pattern

Use gmeow:againstIndex from gmeow:RetrievalEvent to gmeow:VectorIndex when the relationship itself belongs in the native GMEOW graph.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Lillith Pipeline

# --- Retrieval: why did the model see this passage?
ex:retrieval-3 a gmeow:RetrievalEvent ;
    gmeow:forQuery "who maintained the build system?" ;
    gmeow:againstIndex ex:index-lillith ;
    gmeow:retrievedChunk ex:chunk-7 ;
    gmeow:atTime "2026-06-02T10:00:00Z"^^xsd:dateTime ;
    gmeow:eventTemporalFrame gmeow:temporalFrameUTCGregorian .

Common Companion Terms

gmeow:RetrievalEvent, gmeow:VectorIndex