Expand description
FAFB Feature Flags
Bit flags for optional features in .fafb files. Readers MUST ignore unknown flags and continue processing.
Structs§
- Flags
- Helper struct for working with flags
Constants§
- FLAG_
COMPRESSED - Content is zstd compressed
- FLAG_
EMBEDDINGS - Contains pre-computed embeddings
- FLAG_
MODEL_ HINTS - Contains model-specific hints
- FLAG_
RESOLVED - File is output of chain resolution (enterprise)
- FLAG_
SIGNED - Contains cryptographic signature
- FLAG_
STRING_ TABLE - Contains a string table (always set in unified format)
- FLAG_
TOKENIZED - Contains token boundaries
- FLAG_
WEIGHTED - Contains attention weights