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
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free