Skip to content

v0.11.93

Choose a tag to compare

@ferhimedamine ferhimedamine released this 16 Jun 06:14
· 12 commits to main since this release
0ff38e2

What's Changed

Added

  • adminReembedStaticCount() — new DakeraClient method for GET /v1/admin/reembed/static-count (DAK-6781, #166). Returns a StaticCountResponse with static_count — count of static vectors pending ONNX upgrade.

  • Playground quickstartexamples/playground/quickstart.ts demonstrates store, recall, search, and knowledge-graph link against the public sandbox. (DAK-6737, #161)

Fixed

  • Admin URL correctionsadminIndexStats(), rebuildIndexes(), and restoreBackup() 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 testssrc/playground_integration.test.ts added; covers store, recall, search, and KG-link (graceful). Tests skip automatically when DAKERA_TEST_URL is absent. (#164)

Install

npm install @dakera-ai/dakera@0.11.93