gomcp/internal/domain/vectorstore
DmitrL-dev cc7956d835 feat: TurboQuant VectorStore integration & Edge PQ KV cache prototype
- QJL (1-bit) approximate filter for 2.3x fast search

- PolarQuant (4-bit/8-bit) compressed storage with PQDropFloat64 memory reclamation (15x heap reduction)

- Two-Phase SearchQJL with fallback to CompressedSimilarity

- Edge Deployment prototype (pq_attention.cu) for LLaMA 1.5M token context
2026-03-26 22:00:49 +10:00
..
embedder.go initial: Syntrex extraction from sentinel-community (615 files) 2026-03-11 15:12:02 +10:00
fts5_embedder.go initial: Syntrex extraction from sentinel-community (615 files) 2026-03-11 15:12:02 +10:00
fts5_embedder_test.go refactor: rename identity to syntrex, add root orchestration and CI/CD 2026-03-11 15:30:49 +10:00
polarquant.go feat: TurboQuant VectorStore integration & Edge PQ KV cache prototype 2026-03-26 22:00:49 +10:00
polarquant_test.go feat: TurboQuant VectorStore integration & Edge PQ KV cache prototype 2026-03-26 22:00:49 +10:00
qjl.go feat: TurboQuant VectorStore integration & Edge PQ KV cache prototype 2026-03-26 22:00:49 +10:00
qjl_test.go feat: TurboQuant VectorStore integration & Edge PQ KV cache prototype 2026-03-26 22:00:49 +10:00
store.go feat: TurboQuant VectorStore integration & Edge PQ KV cache prototype 2026-03-26 22:00:49 +10:00
store_test.go initial: Syntrex extraction from sentinel-community (615 files) 2026-03-11 15:12:02 +10:00