Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexOptions ¶
type IndexOptions struct {
Force bool
Workers int
Verbose bool
Progress chan<- ProgressEvent
// Web crawl options (used by IndexURL)
MaxPages int
MaxDepth int
SkipSitemap bool
}
IndexOptions controls indexing behavior.
type Pipeline ¶
type Pipeline struct {
// contains filtered or unexported fields
}
Pipeline orchestrates the 5-phase GraphRAG pipeline.
func (*Pipeline) Finalize ¶
Finalize runs Phases 3-4: community detection + parallel summaries. If force is true, the graph fingerprint cache is ignored and communities are always regenerated.
Click to show internal directories.
Click to hide internal directories.