Structs§
- Chroma
Document - Cross
Store Recovery Batch - Cross
Store Recovery Document Ref - GcConfig
- Configuration for garbage collection
- GcStats
- Statistics from garbage collection operations
- Schema
Migration Report - Schema
Mismatch Write Error - Schema
Status Report - Storage
Manager - Table
Stats - Statistics about the LanceDB table
Enums§
Constants§
- DEFAULT_
TABLE_ NAME - SCHEMA_
VERSION - Schema version for LanceDB tables. Increment when changing table structure.
Version 2: Added onion slice fields (layer, parent_id, children_ids, keywords)
Version 3: Added content_hash for exact-match deduplication
Version 4: Split
content_hashinto per-chunk SHA256 (this column) and a newsource_hashcolumn for the SHA256 of the source document text. This enables both layer-aware chunk dedup and pre-index source-level dedup. Pre-v4 rows store source-text hash incontent_hash; backfill via/admin/backfill-hashescorrects this without breaking old data. See docs/MIGRATION.md for migration procedures.
Functions§
- parse_
duration_ string - Parse a duration string like “30d”, “6m”, “1y”
- required_
columns_ for