Versions in this module Expand all Collapse all v0 v0.59.14 Feb 11, 2026 v0.59.13 Feb 10, 2026 v0.59.12 Feb 9, 2026 v0.59.11 Feb 9, 2026 v0.59.10 Feb 9, 2026 v0.59.9 Feb 7, 2026 v0.59.8 Feb 6, 2026 v0.59.7 Feb 6, 2026 v0.59.6 Feb 5, 2026 v0.59.5 Feb 3, 2026 v0.59.4 Jan 29, 2026 v0.59.3 Jan 7, 2026 v0.59.2 Jan 7, 2026 v0.59.1 Dec 20, 2025 v0.59.0 Dec 20, 2025 v0.58.1 Dec 16, 2025 v0.58.0 Dec 16, 2025 v0.57.1 Dec 16, 2025 v0.57.0 Dec 16, 2025 Changes in this version + const CollectionName — darwin/amd64, linux/amd64 + const DefaultStorePath — darwin/amd64, linux/amd64 + func GenerateItemID(path, name string, line int) string — darwin/amd64, linux/amd64 + type ClearResult struct — darwin/amd64, linux/amd64 + Cleared bool + FilesCleared int + ItemsCleared int + type Item struct — darwin/amd64, linux/amd64 + Embedding []float32 + ID string + Line int + Name string + Path string + Signature string + Type string + type SearchResult struct — darwin/amd64, linux/amd64 + Line int + Name string + Path string + Signature string + Similarity float64 + Type string + type StatusResult struct — darwin/amd64, linux/amd64 + Indexed bool + IndexedPaths []string + ModelLoaded bool + ModelPath string + RuntimeLoaded bool + RuntimeVersion string + TotalFiles int + TotalItems int + type Store struct — darwin/amd64, linux/amd64 + func NewStore(logger *logrus.Logger) (*Store, error) + func (s *Store) Add(item *Item) error + func (s *Store) AddBatch(items []*Item) error + func (s *Store) Clear(filterPaths []string) (*ClearResult, error) + func (s *Store) Count() int + func (s *Store) IsFileIndexed(path string) bool + func (s *Store) Save() error + func (s *Store) Search(ctx context.Context, queryEmbedding []float32, limit int, threshold float64, ...) ([]SearchResult, error) + func (s *Store) Status() *StatusResult + func (s *Store) StorePath() string