package
Version:
v2026.608.0
Opens a new window with list of versions in this module.
Published: Jun 7, 2026
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Options struct {
MinNormalizedScore float64
FullArticleScore float64
}
type RetrievalResult struct {
Mode string `json:"mode"`
Query string `json:"query"`
Path string `json:"path,omitempty"`
Lines int `json:"lines,omitempty"`
Content string `json:"content,omitempty"`
Results []SnippetResult `json:"results,omitempty"`
}
type SnippetResult struct {
Path string `json:"path"`
Heading string `json:"heading"`
StartLine int `json:"startLine"`
EndLine int `json:"endLine"`
Snippet string `json:"snippet"`
Score float64 `json:"score"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.