Documentation
¶
Overview ¶
Package vectordb provides an embedded TF-IDF / cosine-similarity vector index for semantic log search. It is a pure-Go, no-CGO, in-process accelerator. The relational DB remains the source of truth; this index is fully rebuildable.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Index ¶
type Index struct {
// contains filtered or unexported fields
}
Index is a thread-safe in-memory TF-IDF vector index for log bodies. Only ERROR and WARN logs are indexed to keep it small and relevant.
Click to show internal directories.
Click to hide internal directories.