add js cdn warning to readme
All checks were successful
Security Scan / dependency-check (push) Successful in 38s
Security Scan / security (push) Successful in 41s
Test Suite / lint (push) Successful in 32s
Test Suite / test (3.11) (push) Successful in 1m31s
Test Suite / build (push) Successful in 43s

This commit is contained in:
2025-10-02 07:38:28 -07:00
parent 68f5cf8617
commit 63df27b480

View File

@@ -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