Data Processing
Data Processing
Vector Search Notes data processing notes covering static pages, client-side calculators, analytics, hosting logs, and sensitive data boundaries.
Processing Model
Vector Search Notes is mostly static. Content pages are generated at build time and served as static files.
Calculators and demos should run client-side when possible. The Vector RAM Calculator does not require server-side calculator storage.
Analytics may process aggregated usage information, and hosting providers may log basic request metadata such as IP address, user agent, request path, timestamp, and cache behavior.
Sensitive Data Boundary
Do not enter sensitive production data, credentials, customer records, private documents, proprietary embeddings, or confidential architecture details into demo calculators or examples.
Calculator inputs should be treated as planning parameters, not as a place to process private customer datasets.
FAQ
Are calculator inputs stored on a backend?
No server-side calculator storage is intended. Calculators should run in the browser using client-side JavaScript.
Should I enter sensitive production data?
No. Use synthetic or rounded planning values and avoid secrets, customer records, proprietary embeddings, or confidential architecture details.