leindex 1.5.1

High-performance semantic code search engine with INT8 quantization and HNSW indexing
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "leindex-workspace",
  "version": "1.5.0",
  "description": "LeIndex Rust workspace metadata and dashboard helper scripts",
  "type": "module",
  "scripts": {
    "dashboard:dev": "cd dashboard && bun run dev",
    "dashboard:build": "cd dashboard && bun run build",
    "dashboard:start": "cd dashboard && bun run start"
  }
}