Versions in this module Expand all Collapse all v1 v1.0.0 May 14, 2026 Changes in this version + func PackageFromPath(projectRoot, filePath string) string + type MapOptions struct + CodeOnly bool + MaxTokens int + NonCodeLanguages []string + ShowSummary bool + ShowVisibility bool + type Querier struct + func New(e embedder.Embedder, s store.Store) *Querier + func (q *Querier) InvalidateMapCache() + func (q *Querier) Map(ctx context.Context, opts MapOptions) (string, error) + func (q *Querier) Search(ctx context.Context, text string, limit int) (SearchResults, error) + func (q *Querier) SearchWithOptions(ctx context.Context, text string, opts SearchOptions) (SearchResults, error) + type Result struct + Content string + EndLine int + FilePath string + Language string + Name string + NodeKind string + Parent string + Score float32 + StartLine int + type SearchOptions struct + Languages []string + Limit int + MaxTokens int + MetadataOnly bool + Names []string + NodeKinds []string + Offset int + Package string + Paths []string + type SearchResults struct + Results []Result + Truncated bool