Versions in this module Expand all Collapse all v0 v0.1.1 Sep 11, 2026 v0.1.0 Sep 8, 2026 Changes in this version + type Result struct + Callees [][]string + Callers [][]string + Confidence string + Files []string + Lines []string + Names []string + RefFiles [][]string + Relevance []float32 + Scores []float32 + TopGap float32 + Visible []string + type Server struct + func Start(bin, indexPath string, extraArgs ...string) (*Server, error) + func (s *Server) Find(query string, maxResults int) (Result, error) + func (s *Server) FindContext(query string, maxResults int) ([]string, error) + func (s *Server) FindContextHealth(query string, maxResults int) ([]string, string, error) + func (s *Server) FindMarkdown(query string, maxResults int, mode string) (string, error) + func (s *Server) FindMarkdownFull(query string, maxResults int, mode string) (string, error) + func (s *Server) SetAlpha(a string) + func (s *Server) SetAnchorExpand(n int) + func (s *Server) SetFullBodies(n int) + func (s *Server) SetLiteralSlots(n int) + func (s *Server) SetRerankK(k int) + func (s *Server) SetSeedK(k int) + func (s *Server) SetSkipIntent(v bool) + func (s *Server) SetTestFloor(n int) + func (s *Server) Stop()