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": "10m",
  "corpus_size": 10000000,
  "query_count": 5000,
  "warmup_queries": 1000,
  "concurrency": 1,
  "embedding_dim": 384,
  "top_k": 10,
  "candidate_limit": 2400,
  "alpha": 0.65,
  "batch_size": 4000,
  "default_fusion": "weighted"
}