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": "10k",
  "corpus_size": 10000,
  "query_count": 500,
  "warmup_queries": 100,
  "concurrency": 1,
  "embedding_dim": 128,
  "top_k": 10,
  "candidate_limit": 500,
  "alpha": 0.65,
  "batch_size": 500,
  "default_fusion": "weighted"
}