diff --git a/index.html b/index.html index 19acf3f..b32fef1 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,15 @@ -
+

Experiment: Running Quantized BGE-M3 Embedding Model in the Browser for Full Privacy

+

+ This experiment demonstrates running a quantized BGE-M3 embedding model directly in the browser, supporting multilingual and cross-lingual similarities while ensuring full privacy. The model operates entirely on the client side, avoiding any data transmission to external servers. +

+

+ The complete code and implementation details can be found in the + webgpu-embed-demo GitHub repository. +

+