Public
Likeslimarmor
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v78View latest version
ui.ts: Moved CLI logic to/ui.js(external script) and added click-to-focus to fix embedded/preview CSP issues.api.ts: Added/ui.jsroute to serve the CLI script with no-store caching.api.ts:/clipresets now submit via POST buttons and GET query params prefill the form (works when inputs are blocked).api.ts: AddedALLOW_WRITE_TESTS_NOAUTHto allow full validation without headers in embedded previews.api.ts: Added/validate?write=yespreset to the no-JS CLI.vectordb.ts: Expanded DiskANN index tuning (supportsINDEX_ALPHA,INDEX_SEARCH_L,INDEX_INSERT_L) and expandedINDEX_COMPRESS_NEIGHBORSvalues.- Docs: Documented the new index tuning env vars and neighbor compression options.
api.ts:/statsnow uses the configured embedding dimensions (no hard-coded 4096) and computes capacity from a consistent bytes-per-record estimate.ui.ts:upsertnow accepts--metaJSON and sends it to the API;deloutput now reflects the API'sdeletedfield.vectordb.ts: Added metadata filters, hybrid keyword boost, batch upsert, chunking helper, and optional FTS index support.api.ts: Added/auth,/export,/import,/upsert_chunked, and enhanced/searchand/listparameters.ui.ts: Added hybrid search flags, meta filters, pagination, and server auth status display.- Docs: Updated README/GUIDE/HANDOVER with new features and env vars.
api.ts: Added/validateendpoint for self-checks (optional write tests).- Docs: Added validation instructions and
ALLOW_WRITE_TESTSenv var.