@dakera-ai/dakera 0.11.57 → 0.11.75

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@
14
14
  <a href="https://www.npmjs.com/package/@dakera-ai/dakera"><img alt="Downloads" src="https://img.shields.io/npm/dm/%40dakera-ai%2Fdakera" /></a>
15
15
  <a href="LICENSE"><img alt="License: MIT" src="https://img.shields.io/github/license/Dakera-AI/dakera-js" /></a>
16
16
  <a href="https://dakera.ai/docs"><img alt="Docs" src="https://img.shields.io/badge/docs-dakera.ai%2Fdocs-3b82f6?style=flat-square" /></a>
17
- <a href="https://dakera.ai/benchmark"><img alt="LoCoMo 87.8%" src="https://img.shields.io/badge/LoCoMo-87.8%25-22c55e?style=flat-square" /></a>
17
+ <a href="https://dakera.ai/benchmark"><img alt="LoCoMo 88.2%" src="https://img.shields.io/badge/LoCoMo-88.2%25-22c55e?style=flat-square" /></a>
18
18
  </p>
19
19
 
20
20
  ---
@@ -23,7 +23,7 @@
23
23
 
24
24
  | | Dakera | Others |
25
25
  |---|---|---|
26
- | **LoCoMo accuracy** | **87.8%** (1,540 Q standard eval) | 60–92% |
26
+ | **LoCoMo accuracy** | **88.2%** (1,540 Q standard eval) | 60–92% |
27
27
  | **Deployment** | Single binary, Docker one-liner | External vector DB + embedding service required |
28
28
  | **Embeddings** | Built-in — no OpenAI key needed | Requires external embedding API |
29
29
  | **Search modes** | Vector · BM25 · Hybrid · Knowledge Graph | Usually one or two |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dakera-ai/dakera",
3
- "version": "0.11.57",
3
+ "version": "0.11.75",
4
4
  "description": "TypeScript/JavaScript SDK for Dakera AI memory platform",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",