sqlrite 1.0.2

RAG-oriented SQLite wrapper for AI agent workloads
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "profile": "1m",
  "corpus_size": 1000000,
  "query_count": 2000,
  "warmup_queries": 500,
  "concurrency": 1,
  "embedding_dim": 384,
  "top_k": 10,
  "candidate_limit": 1800,
  "alpha": 0.65,
  "batch_size": 2000,
  "default_fusion": "weighted"
}