From 63df27b480cd4c76dc381601d8fb8ce95a078870 Mon Sep 17 00:00:00 2001 From: Austin Godber Date: Thu, 2 Oct 2025 07:38:28 -0700 Subject: [PATCH] add js cdn warning to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7ea75aa..3596c4e 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ documents and prompts to understand how queries relate to your content. - **Sidebar layout** with controls on left, large visualization area on right - **Real-time visualization** optimized for small to medium datasets +## Network Dependency + +**Note:** The application loads the Transformers.js library (v3.0.0) from `cdn.jsdelivr.net` for client-side embedding generation. This requires an active internet connection and sends requests to a third-party CDN. The application will function without internet if you only use the file upload features for pre-computed embeddings. + ## Quick Start ### Installation