Skip to main content

Module types

Module types 

Source

Structs§

ChunkManifestChunkMapping
Exact mapping returned for a single manifest chunk after a successful transaction.
ChunkManifestEntry
Caller-supplied chunk for manifest ingestion.
ChunkManifestIngestOptions
Document-level options for chunk manifest ingestion.
ChunkManifestIngestResult
Successful chunk-manifest ingest receipt.
CompatTraceId
Stable trace identifier used for cross-crate correlation and auditability.
DerivedVectorArtifactGenerationV1
Stable generation-level manifest for derived vector acceleration artifacts.
Document
A source document that has been chunked and embedded.
EmbeddingDisplacement
Embedding displacement between two text embeddings.
EpisodeAsOfReceiptV1
Receipt for an as-of bitemporal episode query.
EpisodeMeta
Metadata for a causal episode (PRIMITIVES_CONTRACT §4).
ExplainedResult
Search result with full score explanation.
ExplainedResultAnswerV1
Product-facing answer for one explained result.
ExplainedSearchResponse
Explained search response shape for context-aware APIs.
Fact
A discrete fact in the knowledge store.
GraphEdge
An edge in the memory graph.
MemoryStats
Database statistics.
Message
A single message within a session.
NamespaceDeleteReport
Per-surface deletion counts for namespace removal.
ProjectionClaimVersion
Public read shape for imported claim projection rows.
ProjectionEntityAlias
Public read shape for imported entity-alias rows.
ProjectionEpisode
Public read shape for imported episode projection rows.
ProjectionEvidenceRef
Public read shape for imported evidence-reference rows.
ProjectionQuery
Common filter surface for imported projection queries.
ProjectionRelationVersion
Public read shape for imported relation projection rows.
ScoreBreakdown
Detailed score breakdown for explainable search results.
SearchContext
Explicit search execution context for deterministic replay and receipt generation.
SearchReceiptAnswersV1
Product-facing answers derived from a search receipt.
SearchReplayReportV1
Replay comparison for a durable search receipt.
SearchResponse
Search response shape for context-aware APIs.
SearchResult
A single search result.
Session
A conversation session.
TextChunk
A chunk produced by the text splitter.
VectorArtifactBuildReceiptV1
Receipt-like summary for rebuilding derived vector acceleration artifacts.
VectorSearchReceiptV1
Receipt-ready vector/search execution metadata.

Enums§

EpisodeOutcome
Outcome of an episode’s causal hypothesis.
ExactnessProfile
Controls whether search should prefer exact reference scoring or allow approximate backends.
GraphDirection
Direction for graph traversal.
GraphEdgeType
Type of relationship between graph nodes.
ReceiptMode
Controls whether search receipt metadata is produced.
Role
Role of a message in a conversation.
SearchSource
Source information for a search result.
SearchSourceType
Indicates whether a search result came from a fact, document chunk, message, or episode.
VerificationStatus
Verification status for an episode.

Traits§

GraphView
Trait for querying the memory store as a graph.

Type Aliases§

TraceIdDeprecated