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