index parameters
- CURIE:
gmeow:indexParameters - IRI: https://blackcatinformatics.ca/gmeow/indexParameters
- Category: property
- Defined by:
gmeow:slices/graphrag - Box roles: RBox role (What is this?)
The build parameters (efConstruction, nlist, M,...) recorded verbatim as a JSON object string — reproducibility provenance; their semantics stay in the solver layer (P12).
Structure
Property shape: datatype property; gmeow:VectorIndex -> xsd:string
Practical Pattern
Use gmeow:indexParameters from gmeow:VectorIndex to xsd:string 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
- Source:
slices/extensions/graphrag/examples/lillith-pipeline.ttl - Examples catalog: open in catalog#example-slices-extensions-graphrag-examples-lillith-pipeline
ex:index-lillith a gmeow:VectorIndex ;
gmeow:contentDigest "blake3:2222333344445555666677778888999900001111aaaabbbbccccddddeeeeff00" ;
gmeow:indexesCorpus ex:corpus-lillith ;
gmeow:indexAlgorithm gmeow:indexAlgorithmHnsw ;
gmeow:distanceMetric gmeow:distanceMetricCosine ;
gmeow:indexParameters "{\"M\": 16, \"efConstruction\": 200}" ;
gmeow:wasGeneratedBy ex:index-build .