v0.11.93
What's Changed
Added
-
adminReembedStaticCount()— newDakeraClientmethod forGET /v1/admin/reembed/static-count(DAK-6781, #166). Returns aStaticCountResponsewithstatic_count— count of static vectors pending ONNX upgrade. -
Playground quickstart —
examples/playground/quickstart.tsdemonstrates store, recall, search, and knowledge-graph link against the public sandbox. (DAK-6737, #161)
Fixed
-
Admin URL corrections —
adminIndexStats(),rebuildIndexes(), andrestoreBackup()used incorrect URL patterns causing 404s. (DAK-6775, #165) -
Playground HTTPS endpoint — quickstart now uses
https://5-75-177-31.sslip.io(valid TLS) instead of bare HTTP IP. (DAK-6743, #162) -
Sandbox KG-link restriction — knowledge-graph link step now handles 403 from the sandbox gracefully instead of throwing. (DAK-6749, #163)
Testing
- Playground integration tests —
src/playground_integration.test.tsadded; covers store, recall, search, and KG-link (graceful). Tests skip automatically whenDAKERA_TEST_URLis absent. (#164)
Install
npm install @dakera-ai/dakera@0.11.93