OVERVIEW
نمای کلی پایگاه برداری
Vector Store Overview
—Collections
—Stored Documents
192Demo dimensions
BrowserProcessing location
این کنسول چه میکند؟
What is this console?
This static build hashes character trigrams into a 192-dimensional lexical vector in your browser. It approximates textual overlap; it is not an AI-model embedding or true semantic search.
شروع سریع
Quick Start
1) Add text under “Index Documents.” 2) enter a comparison phrase under “Lexical Similarity.” Data stays in this browser's localStorage and no network request is sent.
COLLECTIONS
کالکشنها
Collections
| Name | Description | Vectors | Model | Status |
|---|
ساخت کالکشن محلی
Create Local Collection
LEXICAL SIMILARITY
رتبهبندی شباهت واژگانی
Lexical Similarity Ranking
Enter a phrase — results are ranked by trigram overlap, not meaning comprehension.
LOCAL STORAGE
ذخیرهٔ اسناد در مرورگر
Save Documents in This Browser
LOCAL VECTOR LAB
آزمایشگاه بردار واژگانی
Lexical Vector Lab
Enter two texts to compare their 192-dimensional lexical vectors with cosine similarity. The score reflects character and phrase overlap, not semantic equivalence.
STATIC CONTRACT
وضعیت پردازش و اتصال
Processing & Connection Status
محل اجرا
Execution location
Mode: browser-only static demo
Vector: hashed character trigrams · 192 dimensions
Storage: this browser's localStorage
ارتباط شبکه
Network connection
External API requests: disabled
External model requests: disabled
Uploads: none
محدودیت مهم
Important limitation
This is a deterministic lexical demonstration.
It does not run BGE-M3, MiniLM, an LLM, or any other AI model.