sqliteai/SQLite AI - AI search for documents

Out-of-the-box database for AI search for documents powered by SQLite AI.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
connection_stringThe SQLite Cloud project connection string.yes
base_urlYour website's documentation base url.yes
database_nameThe name of the database to use on SQLite Cloudyes
source_filesThe path of the files, by default it will parse every file recursively starting from the working directory.no./
only_extensionsComma-separated list of file extensions to include (e.g., "md,txt,html"). If not set, all supported file types are included.no""
exclude_extensionsComma-separated list of file extensions to exclude (e.g., "js,jsx"). If not set, no file types are excluded.no""
hf_model_idThe Hugging Face model ID to use for generating embeddings.nounsloth/embeddinggemma-300m-GGUF
hf_gguf_fileThe GGUF file name for the Hugging Face model.noembeddinggemma-300M-Q8_0.gguf
hf_gguf_update_dateThe date to force update the GGUF model cache, format YYYYMMDD.no20250904
hf_model_local_pathThe local path to store the downloaded Hugging Face model.no./models

no outputs