Home / Type/ PageSectionForEmbedding Type — supabase Architecture

PageSectionForEmbedding Type — supabase Architecture

Architecture documentation for the PageSectionForEmbedding type/interface in utils.ts from the supabase codebase.

Entity Profile

Source Code

apps/docs/scripts/search/embeddings/utils.ts lines 8–16

export interface PageSectionForEmbedding {
  pageId: number
  path: string
  slug?: string
  heading?: string
  content: string
  input: string
  ragIgnore: boolean
}

Analyze Your Own Codebase

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

Try Supermodel Free