Documentation
¶
Overview ¶
Basic search: index a folder of files into an on-disk SQLite database, then run a semantic search over it and print the matching documents.
Needs an OpenAI-compatible embedding server on http://127.0.0.1:1234 (e.g. LM Studio) serving EmbeddingGemma, and a C compiler (the SQLite backend uses cgo).
Run from the repository root:
go run ./examples/basic
Click to show internal directories.
Click to hide internal directories.