Batch Embeddings API, Database Export Download Fixes, and Inline Confirmations for HTTP Auth and IP Rules

· Infrastructure · New Feature · All updates

One new API endpoint, two fixes to database export downloads, and two smaller changes that stop the admin from throwing you off the page you were working on.

01 Batch Embeddings API

A new endpoint, /api/batch_embed, generates vector embeddings for up to 50 text payloads in a single request, instead of one request per text.

EndpointLimit
/api/batch_embedUp to 50 text payloads per request

02 Database export downloads

  • Wget command. The database export download page now includes a ready-to-copy wget command, for pulling the export straight down in a terminal.
  • 403 fixed. Database export downloads were returning 403 Forbidden. That is fixed.

03 Inline confirmations in the admin

Two actions that used to navigate away now report back in place.

  • HTTP Auth. Saving credentials shows an inline confirmation message without leaving the page.
  • IP access rules. Adding a rule shows instant inline feedback and refreshes the rules list automatically.
View the full changelog