Collapse nested kbsearch/chats go.mod into the root module. Ranking stays cgo-free under internal/brain/rank so CI does not need ladybug. bin/kb/search is a deprecation wrapper that still sets CGO and builds the binary.
4 lines
150 B
Go
4 lines
150 B
Go
// Package brain is deduction search over Ladybug (FTS + HNSW).
|
|
// Query/embed code that needs cgo lives behind the system_ladybug tag.
|
|
package brain
|