Home / Type/ BatchEmbeddingResult Type — supabase Architecture

BatchEmbeddingResult Type — supabase Architecture

Architecture documentation for the BatchEmbeddingResult type/interface in generate-embeddings.ts from the supabase codebase.

Entity Profile

Source Code

apps/docs/scripts/search/generate-embeddings.ts lines 318–322

type BatchEmbeddingResult = {
  sectionsWithEmbeddings: PageSectionWithEmbedding[]
  failedSectionIndexes: Set<number>
  processedCount: number
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free