Versions in this module Expand all Collapse all v0 v0.1.0 Jul 12, 2026 Changes in this version + type Document struct + Arabic string + Identifier string + type Result struct + Confidence float64 + Identifier string + Positions [][2]int + Text string + type Storage struct + func OpenStorage(path string) (*Storage, error) + func (st *Storage) AddDocuments(docs ...Document) error + func (st *Storage) Close() error + func (st *Storage) DeleteDocuments(identifiers ...string) error + func (st *Storage) Search(query string) ([]Result, error) + func (st *Storage) SetMinConfidence(f float64)