Expand description
Core types for the lance-context storage layer.
Modules§
Structs§
- Compaction
Config - Configuration for background compaction.
- Compaction
Metrics - Metrics returned by compact_files.
- Compaction
Stats - Statistics about compaction status and history.
- Context
- Context
Entry - Context
Namespace - Thin resolver for scoped context partitions under one namespace root.
- Context
Record - User-facing representation of a context entry written to storage.
- Context
Store - Persistent Lance-backed context store.
- Context
Store Options - Additional configuration when opening a
ContextStore. - Lifecycle
Query Options - Query-time controls for lifecycle-aware retrieval.
- Partition
Info - Manifest row describing one resolved context partition.
- Partition
Spec - Phase-1 partition specification for a context namespace.
- Record
Filters - Filters applied to records before list pagination or search ranking.
- Record
Patch - Mutable fields that can be patched without resupplying the payload.
- Relationship
- Directed relationship from this record to another graph node.
- Retrieve
Result - Result returned from hybrid retrieval over context records.
- Search
Result - Result returned from a vector similarity search.
- Snapshot
- State
Metadata - Structured metadata captured alongside each context entry.
- Update
Result - Result returned from partial record update operations.
- Upsert
Result - Result returned from insert-or-replace operations.
Enums§
- Distance
Metric - Distance metric used to rank candidates during vector search.
- IdIndex
Type - Type of scalar index on the
idcolumn. - Metadata
Filter - Metadata matching operation for filtered retrieval.
Constants§
Type Aliases§
- Partition
Selector - Complete selector values for one context partition.